bugfix
Installation
SKILL.md
Bugfix Bot
Use this skill to run an automatic fix workflow from one command like /bugfix "npm test fails in vscode-extension".
Behavior
When invoked, run this sequence:
-
Capture bug context
- Extract symptom, failing command, and scope from arguments
- If missing details, infer from recent terminal/test outputs
-
Start a Project Memory plan
- Register workspace via
memory_workspace(action: "register") - Create a
bug/debugplan with explicit success criteria (repro fixed + tests passing) - Store input context via
memory_context(action: "store_initial")
- Register workspace via