Bug Fix with Regression Test
curated by SkillMD · plugin · 9 skills
Reproduce a bug as a regression test, fix the code until green, and verify before committing.
Install the whole plugin (CLI)
npx skillmds add affaan-m/orch-fix-defect
npx skillmds add addyosmani/test-driven-development
npx skillmds add obra/verification-before-completion
npx skillmds add tinh2/hotfix
npx skillmds add tinh2/bug-sweep
npx skillmds add tinh2/root-cause
npx skillmds add pwdev-solucoes/flow-quick
npx skillmds add sdiamante13/tw-fix
npx skillmds add huuanh20/ck-fixSkills in this plugin
- ▌ orch-fix-defect · affaan-mReproduce a bug as a failing regression test, fix until green, review, and commit via a delegated pipeline.
- ▌ test-driven-development · addyosmaniDrive development with tests by writing a failing test before implementing code, and reproduce bugs with tests before fixing them.
- ▌ verification-before-completion · obraEnforces running verification commands and confirming output before claiming work is complete, fixed, or passing, to prevent false success claims.
- ▌ hotfix · tinh2Diagnoses and fixes bugs in emergency mode with a maximum of two iterations, then commits, pushes, and creates a pull request.
- ▌ bug-sweep · tinh2Walks a running app across routes, states, and interactions to find real bugs, then root-causes, fixes, adds regression tests, and verifies each fix before committing.
- ▌ 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.
- ▌ flow-quick · pwdev-solucoes bundleDelivers a small, bounded code change through inspection, a mini-plan, implementation, testing, review, and adversarial verification. Use for bug fixes, configuration changes, and features expected to touch no more than five files.
- ▌ tw-fix · sdiamante13 bundleReviews and repairs risky or unclear code with minimal validated changes, running a fixed-point loop until the diff is clean across two consecutive review cycles.
- ▌ ck-fix · huuanh20 bundleRuns a structured bug-fix pipeline: scouts evidence, diagnoses root cause, applies minimal fixes, and reviews before committing.