← ClaudeAtlas

backlog-buglisted

Create a BUG ticket quickly
Vleickzs/claude-conf · ★ 0 · AI & Automation · score 72
Install: claude install-skill Vleickzs/claude-conf
Create a new BUG ticket in the backlog. ## Input $ARGUMENTS ## Steps 1. **Check** that `BACKLOG/` exists. If not, tell the user to run `/backlog-init` first and stop. 2. **Calculate the next ID** by scanning files (NEVER read INDEX.md for the ID): - List all files in `BACKLOG/BUGS/PENDING/` and `BACKLOG/BUGS/DONE/` - Extract all numbers from `BUG-XXX.md` filenames - Next ID = max number found + 1 (or 001 if no files exist) - Format: `BUG-XXX` (zero-padded to 3 digits) 3. **Analyze** the description to determine: - Priorite (Critique / Haute / Moyenne / Basse) - Complexite (XS / S / M / L / XL) - Tags (free-form, relevant to the bug) 4. **Check for external documentation needs**: If the bug involves a third-party library, API, or service (e.g. Stripe, Firebase, AWS SDK), note in the ticket that the relevant documentation should be consulted before starting the fix. Add a line in the description: `📖 Consulter: [doc URL or doc name]`. 5. **Identify affected files**: Based on the description and your knowledge of the codebase, determine which files are involved. If you can identify them, list the actual paths. If unsure, list the most likely candidates with a `(?)` marker. NEVER leave `(A determiner)` — always make your best assessment. 6. **Write specific acceptance criteria**: Describe the expected behavior AFTER the fix. Not "le bug est corrige" — describe what should happen concretely. Example: "La commande `install.sh` ne crash plus quand le do