Completion report
Skill Karthick-Ramachandran/persist-os/.agents/skills/completion-report
Local-first CLI that gives your repo durable, AI-ready memory - features, ADRs, modules, architecture, standards & tests and a deterministic doctor that validates health, evidence & drift.
npx -y skills add Karthick-Ramachandran/persist-os --skill completion-reportAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, as published. Nobody here has run it
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.mddocs/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.