1.6 KiB
1.6 KiB
name, description
| name | description |
|---|---|
| document-review | Use when reviewing Markdown document changes for PRD alignment, source traceability, feedback coverage, structure, and final delivery readiness. |
Document Review Skill
Use this skill to review changed Markdown files in the Codex Markdown Document Harness.
Read First
AGENTS.mddocs/PRD.mddocs/ResearchNote.mddocs/DraftFeedback.mddocs/FinalFeedback.mddocs/ARCHITECTURE.mddocs/ADR.mddocs/UI_GUIDE.md
Review Checklist
- PRD alignment: purpose, target reader, deliverables, scope, and tone match
docs/PRD.md. - Source traceability: external facts, dates, statistics, claims, and quotations connect to
docs/ResearchNote.md. - Structure: heading hierarchy, section order, and file names match the intended deliverables.
- Feedback coverage:
docs/DraftFeedback.mdordocs/FinalFeedback.mdrequests are addressed. - Draft/final separation: drafts live under
drafts/; final deliverables live underfinal/. - Style quality: avoid generic AI prose, unsupported superlatives, repetition, and vague claims.
- Validation:
python scripts/validate_docs.pypasses.
Output Format
Lead with findings. Use this table when a full checklist result is useful:
| 항목 | 결과 | 비고 |
|---|---|---|
| PRD 정합성 | PASS/FAIL | {상세} |
| 출처 추적 | PASS/FAIL | {상세} |
| 문서 구조 | PASS/FAIL | {상세} |
| 피드백 반영 | PASS/FAIL | {상세} |
| 초안/최종본 분리 | PASS/FAIL | {상세} |
| 문체 품질 | PASS/FAIL | {상세} |
| 검증 가능성 | PASS/FAIL | {상세} |
If there are issues, include concrete file paths and suggested fixes.