Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Validate committed feature-branch changes through the no-mistakes pipeline: intent, rebase, review, test, docs, lint, push, PR, and CI. Use when the user asks to run no-mistakes, ship safely, validate before pushing, or gate a change before it reaches upstream.
.claude/skills/stevesolun-no-mistakes/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -59% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -80% | 0% |
no-mistakes is a local git gate. It validates committed branch changes before they reach upstream and reports decision points in machine-readable TOON.
no-mistakes init.summary.
shno-mistakes axi run --intent "<what the user set out to accomplish>"
Use the user's exact objective as the intent, enriched with material decisions and constraints learned during the work.
If output contains a gate: object, inspect each finding:
auto-fix: make the mechanical fix, then respond with fix.no-op: approve or continue when nothing needs changing.ask-user: stop and relay the finding to the user before responding.Useful commands:
shno-mistakes axi respond --action approve no-mistakes axi respond --action fix --findings <id1,id2> --instructions "<guidance>" no-mistakes axi respond --action skip no-mistakes axi status no-mistakes axi logs --step <name> --full no-mistakes axi abort
checks-passed: CI is green and the PR is ready for human review/merge.passed: the gate completed.failed or cancelled: inspect output and fix the reported issue.Do not silently approve ask-user findings unless the user explicitly gave standing consent such as --yes.
Other measured skills in the registry, with their headline benchmark lift.