minimal-fix
FeaturedProduce the smallest possible code change that fixes a specific, well-scoped issue (CI failure, reviewer comment, typo). Use only when the fix target is explicit. Never refactor unrelated code.
Install
Quality Score: 94/100
Skill Content
Details
- Author
- cobusgreyling
- Repository
- cobusgreyling/loop-engineering
- Created
- 1 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
ci-fixer
CI failures - read error, minimal fix, verify.
fix
Use when repairing a concrete bug, regression, failing test, stack trace, or broken behavior. Diagnose only as far as needed to make a minimal verified repair, then write one `fixed.md` record. Use scout or independent review when the cause, blast radius, or risk is uncertain; do not impose incident ceremony on a local fix.
fix-sizing
Right-sizes a bug fix to its actual defect before any edit lands, catching oversized blast radius and overengineered solutions early. Use whenever you are about to read or edit any file in the course of diagnosing, fixing, or patching reported behavior, OR the user asks about scope creep, overengineering, blast radius, or why a change touched more than expected, even if "fix-sizing" is not mentioned by name.