dbc-oduffy

Bug Blitz — Development skill for Claude Code

Development community

Grind the bug backlog and tests; fix small, surface big items to PM.

How to install Bug Blitz

Installs to ~/.claude/skills/dbc-oduffy-coordinator-claude-bug-blitz/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dbc-oduffy-coordinator-claude-bug-blitz && curl -fsSL https://raw.githubusercontent.com/dbc-oduffy/coordinator-claude/HEAD/commands/bug-blitz.md -o ~/.claude/skills/dbc-oduffy-coordinator-claude-bug-blitz/SKILL.md

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

What Bug Blitz does


name: bug-blitz description: "Grind the bug backlog and tests; fix small, surface big items to PM." allowed-tools: ["Agent", "Read", "Write", "Edit", "Bash", "Grep", "Glob", "Skill", "TaskCreate", "TaskUpdate", "TaskGet", "TaskList"] argument-hint: "[--dry-run | --max=N]"

Bug Blitz — Grind the Bug Backlog and the Test Suite

Two work sources, one pass: `state/bug-backlog/` and the full test suite (Tier-U authorized, Phase 0.6). No separate triage step — failing tests mint `TF-*` items

Alternatives in Development

  • Om Prep 1on1 — Prep for an upcoming 1:1 — load person context, surface open items, suggest agenda based on vault state 4.6k ★
  • Hawk Debugger — Use the @hawk-debugger agent to investigate and fix the following bug or build error: $ARGUMENTS 523 ★
  • Fix Tests — /fix-tests 200 ★

Full documentation available on GitHub

View Source Repository