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:

  1. Capture bug context

    • Extract symptom, failing command, and scope from arguments
    • If missing details, infer from recent terminal/test outputs
  2. Start a Project Memory plan

    • Register workspace via memory_workspace(action: "register")
    • Create a bug/debug plan with explicit success criteria (repro fixed + tests passing)
    • Store input context via memory_context(action: "store_initial")
  3. Orchestrate fix loop

    • Researcher (optional): gather failure context and likely root causes
Related skills

More from ds-codi/project-memory-mcp

Installs
29
GitHub Stars
4
First Seen
Feb 23, 2026