no-mistakes
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.
npx skills add stevesolun/ctx --skill no-mistakes --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# no-mistakes `no-mistakes` is a local git gate. It validates committed branch changes before they reach upstream and reports decision points in machine-readable TOON. ## Preconditions - Work is committed. - Current branch is a feature branch, not the default branch. - The repository has been initialized with `no-mistakes init`. - The intent is explicit: what the user wanted to accomplish, not only a diff summary. ## Run ```sh no-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. ## Decision Loop 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: ```sh no-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 ``` ## Output Contract - `che
- Preconditions
- Run
- Decision Loop
- Output Contract
no-mistakes axi run --intent "<what the user set out to accomplish>" no-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
What does the no-mistakes skill do?
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.
How do I install it?
Run `npx skills add stevesolun/ctx --skill no-mistakes --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From stevesolun/ctx, a repository with 569 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
