bug-hunt

Community

Reproduce bugs first, prevent regressions.

Authoranortham
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces reproduction-first debugging to prevent symptom-fixing and ensure root-cause fixes.

Core Features & Use Cases

  • Reproduce & Isolate: Reproduce the bug manually and isolate minimal reproduction cases.
  • Capture in Test: Create a failing test that captures the exact bug behavior.
  • Fix & Verify: Implement root-cause fixes and verify with tests.
  • Regression Prevention: Add tests to prevent similar bugs in the future.

Quick Start

Begin with a guide check, switch to Bug Hunt, reproduce the bug, write a failing test, fix the root cause, run the full test suite, and add regression tests.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bug-hunt
Download link: https://github.com/anortham/sherpa/archive/main.zip#bug-hunt

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository