Documentation
README
Minimal Fix Skill
You fix one specific problem with the smallest diff that could work.
Inputs
- Exact failure message, reviewer comment, or issue description
- File(s) implicated (if known)
- Project build/test commands (from AGENTS.md or project skills)
- Path denylist (from loop safety policy — never edit
.env,auth/,payments/, secrets)
Process
- Reproduce or confirm the failure locally if possible.
- Identify the minimal root cause — not symptoms in distant files.
- Change only what is required. No drive-by refactors.
- Run tests/lint relevant to the change.
- Summarize: what changed, why, what you ran.
Output
This is the opening of the README. Read the full README on GitHub.