Hatch3r Bug Pipeline banner
hatch3r hatch3r

Hatch3r Bug Pipeline

Testing community

Description

--- id: hatch3r-bug-pipeline type: command orchestrator: true agentPipeline: [hatch3r-researcher, hatch3r-implementer, hatch3r-reviewer, hatch3r-fixer] description: Run a known-cause bug fix through a 3-phase test-first pipeline -- reproduce + root-cause, regression-test + fix together, then root-cause-depth review -- with full sub-agent delegation. disable-model-invocation: true tags: [implementation, orchestration] quality_charter: agents/shared/quality-charter.md efficiency_patterns: agents/s

Installation

Installs to ~/.claude/skills/hatch3r-hatch3r-hatch3r-bug-pipeline/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hatch3r-hatch3r-hatch3r-bug-pipeline && curl -fsSL https://raw.githubusercontent.com/hatch3r/hatch3r/HEAD/commands/hatch3r-bug-pipeline.md -o ~/.claude/skills/hatch3r-hatch3r-hatch3r-bug-pipeline/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository