bugfix
Installation
SKILL.md
Non-negotiable rules:
- Do not write fix code before you have a reproducer or a clearly documented reason reproduction is impossible.
- Fix the root cause, not the symptom.
- Keep the change minimal and scoped to the bug.
- Load the relevant framework reference before patching.
- Load
references/bug-playbooks.mdafter classifying the bug category. - Never weaken tests to make a fix pass.
Bugfix
Inputs
$request: Optional bug description, failing scenario, or finding selector
Goal
Related skills