bug-report
Installation
SKILL.md
Bug Report
Bugs are tracked as Backlog tasks with the bug label — the board is the bug
list (there is no separate production/qa/bugs/ markdown store). Triage is the
board filtered by the bug label and sorted by priority. Rich repro/severity/
context live in the task description and acceptance criteria.
Phase 1: Parse Arguments
Determine the mode from the argument:
- No keyword → Description Mode: file a structured bug task from the provided description
analyze [path]→ Analyze Mode: read the target file(s) and file a bug task per potential bugverify [TASK-ID]→ Verify Mode: confirm a reported fix actually resolved the bugclose [TASK-ID]→ Close Mode: mark a verified bug taskDonewith a resolution note
If no argument is provided, ask the user for a bug description before proceeding.