doc-utest-reviewer
Purpose
Perform semantic quality review for UTEST artifacts beyond structural validation.
Review Scope
-
Unit test category completeness ([Logic] , [State] , [Validation] , [Edge] )
-
REQ-to-test traceability completeness and consistency
-
REQ coverage quality and gate compliance (>=90% )
-
Input/Output table clarity for each test case
-
Pseudocode adequacy for complex test logic
Unit-Test Gate Policy
-
TASKS-Ready target: >=90% .
-
REQ coverage target: >=90% .
-
Missing category coverage or missing I/O table is manual_required .
-
Missing pseudocode for complex logic is manual_required .
Output Contract
Reviewer-native output:
- UTEST-NN.R_review_report_vNNN.md
Audit-wrapper compatibility:
- doc-utest-audit may emit UTEST-NN.A_audit_report_vNNN.md as preferred fixer input.
All reports are colocated with parent UTEST file.
Score Gate
-
Pass target: score >=90
-
Manual-required findings block automated completion.
Related Skills
-
doc-utest-validator
-
doc-utest-fixer
-
doc-utest-audit
-
doc-utest-autopilot
Version History
Version Date Changes
1.0 2026-02-27 Initial UTEST reviewer with audit-compatible report contract and 90%-gate REQ coverage/category quality checks
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 .