evidence-gatelisted
Install: claude install-skill marcioaltoe/roundfix
# Evidence Gate
Evidence comes before status. Do not say work is complete, fixed, passing, ready, committed, pushed, PR-ready, or handoff-ready until the current turn includes evidence for that exact claim.
## When to use
- Before saying a task is done or fixed
- Before committing or pushing
- Before opening or updating a PR
- Before marking an issue ready for review or done
- Before handing work to another agent or human
- After an agent, tool, or CI job reports success
## Gate
1. State the claim you are about to make.
2. Identify the smallest command or inspection that proves that claim.
3. Run the full command, or inspect the required artifact.
4. Read the output and exit code.
5. Compare the result to the claim.
6. Report the exact evidence, or state the blocker.
## Evidence matrix
| Claim | Evidence required |
| ---------------------- | -------------------------------------------------- |
| Tests pass | Test command exits 0 and reports no failures |
| Lint clean | Lint command exits 0 and reports no warnings |
| Typecheck/build passes | Typecheck/build command exits 0 |
| Bug fixed | Original reproduction or regression check passes |
| Requirements met | Checklist against requested scope, not tests alone |
| Commit ready | `git diff --cached` reviewed plus relevant checks |
| Push ready | Branch, commit, and remote ta