← all plugins

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-fix
⬇ Download

Skills in this plugin

  1. orch-fix-defect · affaan-m
    Reproduce a bug as a failing regression test, fix until green, review, and commit via a delegated pipeline.
    226k
    repo stars
  2. test-driven-development · addyosmani
    Drive development with tests by writing a failing test before implementing code, and reproduce bugs with tests before fixing them.
    69.5k
    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. hotfix · tinh2
    Diagnoses and fixes bugs in emergency mode with a maximum of two iterations, then commits, pushes, and creates a pull request.
    13
    repo stars
  5. bug-sweep · tinh2
    Walks 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.
    13
    repo stars
  6. 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
  7. flow-quick · pwdev-solucoes bundle
    Delivers 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.
    2
    repo stars
  8. tw-fix · sdiamante13 bundle
    Reviews 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.
    7
    repo stars
  9. 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