What problem does it solve?
This Skill prevents agentic coding from shipping changes that merely look finished by requiring quoted evidence that the work was run, tested, and reviewed before a commit or PR is drafted.
Core Features & Use Cases
- Evidence-driven release gate: Checks the full test suite, lint or typecheck, build, and an actual run of the change rather than relying on assertions.
- Independent review workflow: Uses fresh-context review stages to assess spec compliance and behavioral correctness from the diff and intent alone.
- Safety tripwires: Flags fake-green tests, source-security risks, and other blockers such as edited tests, skipped checks, hardcoded expectations, or destructive patterns.
- Use Case: After finishing a feature branch, run this Skill to decide whether the change is truly ready to ship, needs fixes, or requires human judgment.
Quick Start
Use the done skill to verify the current diff against its spec, run the required checks, and tell me whether it is safe to ship.