What problem does it solve? Turning a screenshot of a bug into a well-structured GitHub issue normally requires manual screenshot hosting, body formatting, label selection, and duplicate checking. This Skill automates that entire filing workflow through the GitHub CLI. ## Core Features & Use Cases - Screenshot-to-issue pipeline: Extracts page URLs, error messages, and UI state from attached screenshots, then drafts a structured issue body with title, reproduction context, and related-issue links. - Image hosting via attachments repo: Commits screenshots to a user-configured public GitHub repo (set via CLAUDNA_ATTACHMENTS_REPO) and embeds raw URLs so images render inline in the issue. - Label pre-flight and duplicate search: Intersects proposed labels with labels that actually exist in the target repo, and searches for duplicate issues before filing. - Preview-and-confirm gate: Renders the full draft for user approval before anything is committed or filed. - Use Case: You spot a broken dashboard in your app, screenshot it, and say "file an issue on acme/webapp" — the skill drafts the issue, uploads the screenshot, and files it after your confirmation. ## Quick Start Attach a screenshot and ask the assistant to file a GitHub issue on your target repo describing the problem you see.