verification-before-completion
SolidEnforce "no evidence = no completion"; run Gate Function verification before declaring done.
AI & Automation 104 stars
25 forks Updated today MIT
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Verification Before Completion
## Overview
Any "completed" statement MUST be supported by evidence. This skill provides a pre-completion Gate Function, ensuring results are reproducible, traceable, and deliverable.
## Ironclad Rules
- **No evidence = no completion claim.**
- Evidence MUST be reproducible by others; verbal descriptions are NOT accepted.
- If tests/checks fail, the status MUST revert to in-progress.
## When to Use
- Tasks are preparing to enter `/ship`.
- Before submitting PRs or handing off work.
- After completing high-risk changes (data, permissions, core flows).
## Gate Function
1. **Scope Gate**: Confirm changes only cover the agreed scope.
2. **Quality Gate**: Execute required tests and static checks.
3. **Evidence Gate**: Compile reproducible evidence (commands, outputs, versions).
4. **Risk Gate**: Confirm rollback strategies and known risks.
5. **Communication Gate**: Output a completion summary (changes, validation, constraints).
## Minimum Evidence Checklist
- At least one set of tests/checks directly related to this change.
- Specific execution commands and results (Success/Failure/Warning).
- If there are unfinished items, explicitly mark them with follow-up suggestions.
## Common Mistakes
- Claiming "it should work" without any output evidence.
- Testing only the happy path, missing regressions or edge cases.
- Treating old test results as evidence for new changes.
Details
- Author
- KbWen
- Repository
- KbWen/agentic-os
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
verifying-completion
Verify completion claims with evidence before commit.
2 Updated today
Acendas Code & Development Listed
verification-before-completion
Use when about to claim work is complete, fixed, passing, ready, or safe to merge, especially before commits, pushes, PRs, or handoff summaries.
0 Updated 1 weeks ago
pgoell Code & Development Featured
verification-before-completion
Use when about to claim work is complete, fixed, passing, verified, release-ready, or ready to commit, merge, publish, or hand off.
817 Updated yesterday
GanyuanRan