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-bugSkills in this plugin
- ▌ debugging-and-error-recovery · addyosmaniProvides 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.
- ▌ focused-fix · alirezarezvaniSystematically repair a broken feature or module by scoping, tracing dependencies, diagnosing all issues, fixing them in order, and verifying end-to-end.
- ▌ verification-before-completion · obraEnforces running verification commands and confirming output before claiming work is complete, fixed, or passing, to prevent false success claims.
- ▌ root-cause · tinh2Runs a hypothesis-driven debugging workflow that reproduces failures, forms discriminating tests, proves root cause via toggle, and delivers a fix, regression test, and postmortem.
- ▌ gh-fix-ci · comeonoliverLocates failing GitHub Actions checks on a pull request, fetches logs, summarizes failures, and proposes a fix plan for approval before implementing.
- ▌ gdb-cli · nimoqup046-collabAnalyzes core dumps and live processes with GDB, correlating runtime state with source code to diagnose crashes, deadlocks, and memory issues.
- ▌ agent-trace · joshuashepherdDebug agent execution by querying trace and metric tables, analyzing tool calls, durations, errors, and performance trends.
- ▌ ck-fix · huuanh20 bundleRuns a structured bug-fix pipeline: scouts evidence, diagnoses root cause, applies minimal fixes, and reviews before committing.
- ▌ fix-bug · samyakjhaveriStructured workflow to reproduce, diagnose, plan, fix, verify, and record a bug fix, requiring a deterministic reproduction before diagnosis and minimal changes only.