bugfix
SolidFix bugs documented in BUGS.md. For each bug, write a regression test that fails without the fix, apply the minimal fix, verify the test passes, and mark the bug as fixed in BUGS.md.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- changkun
- Repository
- changkun/wallfacer
- Created
- 3 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
fix
Fix bugs and issues — reproduce, find root cause, minimal fix with regression test. Use when something is broken.
bug-hunt
Use when reproducing, isolating, and fixing a bug with the smallest safe change.
bug-fix-protocol
8-step disciplined bug-fix protocol that treats every production bug as two failures — the code defect itself and the testing system that allowed it through. Use when fixing a production bug, investigating a regression, writing a post-mortem, or auditing a missed defect. Triggers on "fix this bug", "production bug", "regression test", "post-mortem", "test gap", "why did the tests miss this".
fix
Diagnose and fix a bug in an isolated git worktree with reproduce-first, test-first methodology
bug-fix
Bug fix workflow. Use when: fixing bugs, resolving issues, regression fixes. Not for: new features (use feature-dev), understanding code (use code-explore). Output: fix + regression test + review gate.