What problem does it solve? It turns a vague verbal bug report into a structured, numbered, triaged record stored directly in the repository, so defects are captured with context instead of being lost in chat or hastily written tickets. ## Core Features & Use Cases - Structured local bug filing: Creates a bugs/bug-N-<slug>/ folder with a markdown report containing description, reproduction steps, severity, and a triage section grounded in a quick read of the relevant code paths. - Screenshot attachment handling: Copies images pasted into the conversation or passed as paths into the bug folder and links them relatively in the report, with a confirmation gate for potentially sensitive files. - Automatic tracker generation: Regenerates a repo-wide bugs/bugs-tracker.html Issues view listing open and archived bugs via the delegated bug-tracker-render skill. - Use Case: While testing your app you notice the login button does nothing on Safari. Describe it in one sentence, paste a screenshot, and the skill files bugs/bug-4-login-button-does-nothing-on-safari/ with a triaged report and updates the tracker. ## Quick Start Ask the assistant to file a bug report describing what broke, what you expected, and attach any screenshots of the problem.