fix-bug

Installation
SKILL.md
Contains Hooks

This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.

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

This skill includes automatic bug fix verification before completion:

Fix Verification (Stop Hook)

Related skills
Installs
7
GitHub Stars
4
First Seen
Mar 26, 2026