What problem does it solve? Teams lose track of bugs and audit findings when issues are filed late, vaguely, or not at all. This Skill standardizes GitHub issue and epic creation so every bug, enhancement, and audit finding becomes a self-contained, traceable ticket that any future session can implement without extra context. ## Core Features & Use Cases - Structured Issue Templates: Create bug and enhancement issues via gh issue create with reproduction steps, discovery context, and acceptance criteria. - Self-Contained Implementation Specs: File issues with exact file paths, current vs. new code, imports, verification commands, and anti-patterns so work survives context loss. - Audit-First Epic Workflow: Draft epics with a human review gate, then finalize by filing linked child issues and deferred items with labels like epic/<slug>, audit-finding, and deferred. - Use Case: During a code review you find three related UI regressions. Draft an epic, get human approval on the checklist, then auto-file linked implementation issues plus a deferred redesign ticket. ## Quick Start Ask the assistant to create a GitHub issue for a bug you just found, including reproduction steps and the files involved.