| name | completion-report |
| description | Write a completion report with files changed, tests run, results, skipped checks, docs updated, remaining risks, and release readiness notes. Use when recording evidence that a task or feature is complete and ready for review. |
Skill: Completion Report
Purpose
Record evidence that a task is complete and safe to review.
Inputs
- Task or feature summary.
- Files changed.
- Commands run.
- Test results.
- Docs updated.
- Known risks.
Required Reading
docs/50-quality/QUALITY_GATES.md
docs/60-engineering/ENGINEERING_STANDARDS.md
- Relevant feature
TASKS.md
- Relevant feature
TEST_PLAN.md
- Relevant feature
REVIEW.md
Output Files
- Relevant feature
COMPLETION_REPORT.md
- Task or feature docs that need final status updates.
Process
- Summarize the completed scope.
- List files changed by category.
- List commands run and results.
- List skipped checks and why.
- List docs updated.
- State whether engineering standards were followed.
- List remaining risks and follow-up work.
- State whether the task meets the definition of done.
Stop Conditions
Stop and request human decision if:
- Test results are missing for risky changes.
- Completion claims conflict with evidence.
- Required docs were not updated.
- Engineering standards were violated.
- Remaining risks are release blockers.
Quality Bar
- The report is evidence-based.
- It does not hide skipped checks.
- It separates completed work from remaining risk.
- A reviewer can decide what to do next from the report alone.