as-fix
Installation
SKILL.md
Fix
Purpose
Resolve concrete bugs safely through structured diagnosis, minimal fixes, and verification.
This skill is for bug-fix execution when scope is clear and risk is manageable.
Scope Gate (Required Before Starting)
Use this skill only when all conditions below are true:
-
Concrete issue signal exists
- Clear failing behavior, error, or regression is identified
- Enough evidence exists to begin diagnosis (logs, stack trace, failing test, or reproducible steps)
-
Likely localized fix path
- Issue appears constrained to a small area
- No expected cross-system redesign or migration