fix-buglisted
Install: claude install-skill mthines/agent-skills
# Fix Bug
Take a bug — described in any form the user has at hand — and either ship a verified draft PR
with the fix or hand back a clear, evidence-backed proposal. This skill is a **thin
orchestrator**: heavy reasoning lives in `holistic-analysis`, gating in `confidence`, test
authoring in `/tdd` / `/e2e-testing` / `/e2e-testing-mobile`, plan authoring in `aw-planner`
(standard-lane) or `aw-create-plan` (fast-lane), implementation in `aw-executor`, and independent
grading in `bug-fix-verifier`. This skill owns input classification, **complexity triage**,
evidence assembly, the user-facing decision at the confidence boundary, **lane selection**, and
a durable bug-notes ledger that survives compaction.
> **Source of truth.** This `SKILL.md` is a thin index. Detailed procedures live in `rules/*.md`,
> literal artefacts in `templates/*.md`, and external references in `references/*.md`. Load only
> what the current phase asks for.
## Architecture
```text
Phase 0: Intake → classify input + infer bugClass + detect mode flags
Phase 0.5: Complexity Triage → simple | complex (signals + decision rule)
Phase 1: Evidence Resolution → per-input resolution + pre-flight sweep (may upgrade triage)
Phase 2: Source Mapping + Repro Lock → Evidence Record + failing repro (via /tdd or /e2e-testing*)
Phase 3: Analysis → Skill("holistic-analysis", "fix") [complex]
OR lightweight in-skill analysis