← all plugins

Debug and Fix Runtime Bug

curated by SkillMD · plugin · 9 skills

Triage, diagnose, and fix runtime bugs using structured debugging workflow, then verify the fix end-to-end.

Install the whole plugin (CLI)
npx skillmds add addyosmani/debugging-and-error-recovery npx skillmds add alirezarezvani/focused-fix npx skillmds add obra/verification-before-completion npx skillmds add tinh2/root-cause npx skillmds add comeonoliver/gh-fix-ci npx skillmds add nimoqup046-collab/gdb-cli npx skillmds add joshuashepherd/agent-trace npx skillmds add huuanh20/ck-fix npx skillmds add samyakjhaveri/fix-bug
⬇ Download

Skills in this plugin

  1. debugging-and-error-recovery · addyosmani
    Provides a structured triage process for debugging test failures, build errors, runtime bugs, and production incidents, including steps to reproduce, localize, fix, and guard against recurrence.
    69.5k
    repo stars
  2. focused-fix · alirezarezvani
    Systematically repair a broken feature or module by scoping, tracing dependencies, diagnosing all issues, fixing them in order, and verifying end-to-end.
    20.4k
    repo stars
  3. verification-before-completion · obra
    Enforces running verification commands and confirming output before claiming work is complete, fixed, or passing, to prevent false success claims.
    247k
    repo stars
  4. root-cause · tinh2
    Runs a hypothesis-driven debugging workflow that reproduces failures, forms discriminating tests, proves root cause via toggle, and delivers a fix, regression test, and postmortem.
    13
    repo stars
  5. gh-fix-ci · comeonoliver
    Locates failing GitHub Actions checks on a pull request, fetches logs, summarizes failures, and proposes a fix plan for approval before implementing.
    61
    repo stars
  6. gdb-cli · nimoqup046-collab
    Analyzes core dumps and live processes with GDB, correlating runtime state with source code to diagnose crashes, deadlocks, and memory issues.
    2
    repo stars
  7. agent-trace · joshuashepherd
    Debug agent execution by querying trace and metric tables, analyzing tool calls, durations, errors, and performance trends.
    1
    repo stars
  8. ck-fix · huuanh20 bundle
    Runs a structured bug-fix pipeline: scouts evidence, diagnoses root cause, applies minimal fixes, and reviews before committing.
    1
    repo stars
  9. fix-bug · samyakjhaveri
    Structured workflow to reproduce, diagnose, plan, fix, verify, and record a bug fix, requiring a deterministic reproduction before diagnosis and minimal changes only.
    0
    repo stars