fix-bug

Installation
SKILL.md

Bug Fix

Fix bugs systematically using test-driven development, root cause analysis, and comprehensive verification across any project type.

Anti-Hallucination Guidelines

CRITICAL: Bug fixes must be based on ACTUAL code and VERIFIED test results:

  1. Reproduce the bug first - Do not fix what has not been seen failing. Run the failing test or scenario to confirm the bug exists.
  2. Test-driven approach - Write/locate a failing test before implementing the fix. Verify it actually fails.
  3. Verify root cause - Use grep/search to locate actual bug location with evidence (file paths, line numbers).
  4. Test verification - Run full test suite to prove fix works. All tests must pass.
  5. No invented fixes - Only implement solutions that address the demonstrated root cause.
  6. Reference real code - Never make claims about code that has not been read.

Quality Gates

Before marking a bug as fixed, complete these verification steps:

Fix Verification

Installs
15
GitHub Stars
4
First Seen
Mar 26, 2026
fix-bug — mgiovani/cc-arsenal