Hatch3r Diagnose banner
hatch3r hatch3r

Hatch3r Diagnose

Development community

Description

--- id: hatch3r-diagnose type: command orchestrator: true agentPipeline: [hatch3r-researcher, hatch3r-fixer] description: "Troubleshoot a hatch3r framework issue (setup, config, adapter wiring, drift). Gathers state, delegates root-cause analysis to hatch3r-researcher, proposes a fix, and applies it via hatch3r-fixer after one confirmation gate." argument-hint: "[symptom]" tags: [maintenance, devops, ctx:brownfield-only] quality_charter: agents/shared/quality-charter.md efficiency_patterns: agen

Installation

Installs to ~/.claude/skills/hatch3r-hatch3r-hatch3r-diagnose/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository