Agent skill
doc-sectest-audit
Unified SECTEST audit wrapper that runs validator then reviewer and emits combined report for fixer workflows
Install this agent skill to your Project
npx add-skill https://github.com/vladm3105/aidoc-flow-framework/tree/main/.claude/skills/doc-sectest-audit
Metadata
Additional technical details for this skill
- tags
-
sdd-workflow layer-10-artifact quality-assurance sectest-audit
- custom fields
-
{ "layer": 10, "version": "1.0", "priority": "primary", "last_updated": "2026-02-27", "artifact_type": "SECTEST", "skill_category": "quality-assurance", "development_status": "active", "upstream_artifacts": [ "SECTEST" ], "downstream_artifacts": [ "Audit Report", "Fix Cycle" ], "architecture_approaches": [ "ai-agent-based" ] } - versioning policy
- tracks SECTEST-MVP-TEMPLATE schema_version
SKILL.md
doc-sectest-audit
Purpose
Run a single SECTEST audit workflow:
doc-sectest-validatordoc-sectest-reviewer
Then emit a combined fixer-ready report.
Output Contract
Primary output:
SECTEST-NN.A_audit_report_vNNN.md
Fixer compatibility:
doc-sectest-fixeraccepts.A_(preferred) and.R_(legacy-compatible).
Combined Status Rules
- PASS: validator PASS AND reviewer score >= threshold AND no blocking/manual-required issues
- FAIL: validator FAIL OR reviewer score below threshold OR blocking/manual-required issues present
Unsafe-guidance policy:
- Any guidance that enables operational misuse, production-targeted testing, or exploit execution steps is classified as
manual_requiredorblockedand cannot auto-pass.
Combined Report Sections
- Summary
- Score Calculation
- Validator Findings
- Reviewer Findings
- Coverage Findings
- Safety Findings
- Fix Queue (
auto_fixable,manual_required,blocked) - Recommended Next Step
Handoff Rule
If remediation needed:
- Run
doc-sectest-fixerwith newest report. - On timestamp/version tie, prefer
.A_over.R_.
Example
/doc-sectest-audit docs/10_TSPEC/SECTEST/SECTEST-01_scope/SECTEST-01_scope.md
Version History
| Version | Date | Changes |
|---|---|---|
| 1.0 | 2026-02-27 | Initial SECTEST audit wrapper with validator->reviewer orchestration, unsafe-guidance blocking policy, and .A_ preferred fixer contract |
Implementation Plan Consistency (IPLAN-004)
- Treat plan-derived outputs as valid source mode and verify intent preservation from implementation plan scope/objectives.
- Validate upstream autopilot precedence assumption:
--iplan > --ref > --prompt. - Flag objective/scope conflicts between plan context and artifact output as blocking issues requiring clarification.
- Do not introduce legacy fallback paths such as
docs-v2.0/00_REF.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
doc-spec-reviewer
Comprehensive content review and quality assurance for SPEC documents - validates YAML structure, REQ coverage, interface definitions, and identifies issues requiring manual attention
doc-prd-fixer
Automated fix skill that reads review reports and applies fixes to PRD documents - handles broken links, element IDs, missing files, and iterative improvement
doc-procspec-autopilot
Automated PROCSPEC (Process Specification) generation from REQ - generates specifications for SOPs, runbooks, playbooks, and operational procedures
doc-riskspec-autopilot
Automated RISKSPEC (Risk Specification) generation from REQ - generates specifications for risk matrices, impact assessments, and mitigation plans
doc-ptest-autopilot
Automated PTEST generation and review orchestration for performance category and threshold validation
doc-adr-autopilot
Automated ADR generation pipeline from BRD Architecture Decision Requirements - analyzes topics, generates Context-Decision-Consequences records
Didn't find tool you were looking for?