no-mistakes

no-mistakes is a skill for Claude Code from stevesolun/ctx. It costs 67 tokens per session (442 once invoked), scanned A, original, MIT.

A local Git gate for checking committed changes on a feature branch before they are sent to the shared repository.

In plain words
What is it for?
It can guide intent checks, rebasing, review, tests, documentation, linting, pushing, pull-request creation, and CI validation, with responses for findings that need action.
Why use it?
It gives a structured check for whether the change matches its intended purpose and is ready for review, testing, and delivery.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit It can guide intent checks, rebasing, review, tests, documentation, linting, pushing, pull-request…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stevesolun/ctx/no-mistakes
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add stevesolun/ctx --skill no-mistakes
Clone the repo
git clone --depth 1 https://github.com/stevesolun/ctx

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for no-mistakes

README.md
[![agentmods](https://agentmods.dev/badge/skills/stevesolun/ctx/no-mistakes.svg)](https://agentmods.dev/skills/stevesolun/ctx/no-mistakes)
Your own site
<a href="https://agentmods.dev/skills/stevesolun/ctx/no-mistakes"><img src="https://agentmods.dev/badge/skills/stevesolun/ctx/no-mistakes.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 442 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.00442
Opus 5 $0.00034 $0.00221
Sonnet 5 $0.00013 $0.00088
Haiku 4.5 $0.00007 $0.00044

Measured 7d ago against content hash 66189e18fcab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

no-mistakes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

imported-skills/no-mistakes/skills/no-mistakes/SKILL.md · 60 lines

What it actually says

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

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:

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

  • 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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 60 lines · 67 tokens per session scan A 66189e18fcab

Subscribe to this mod's changes

no-mistakes is a skill published in the GitHub repository stevesolun/ctx (583 stars, last pushed 6d ago), licensed MIT. It adds 67 tokens to every session and 442 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.