What problem does it solve? Turning a rough idea or bug report into a well-formed, actionable tracker issue is tedious and error-prone: duplicates pile up, specs go unlinked, labels are inconsistent, and future implementers get vague tickets they cannot pick up cold. This Skill converts a free-form brief into a single ready-to-implement issue without writing any code. ## Core Features & Use Cases - Duplicate Detection: Searches open issues and PRs semantically before filing, reusing or commenting on existing items instead of creating near-copies. - Spec Linking and Authoring: Links a covering spec when one exists, or delegates to a spec-writing workflow that lands a design-only spec PR for substantial features. - SDLC Labeling and Evidence: Applies category, priority, and risk labels with a documented rationale, and attaches user-provided screenshots as issue evidence. - Use Case: A product manager says "file an issue for adding dark mode to the settings page." The Skill checks for duplicates, finds no covering spec, authors one on a design-only PR, and files a labeled issue with step-by-step implementation guidance a future run can execute cold. ## Quick Start Ask the agent to file an issue for your idea, for example: "File an issue for adding CSV export to the reports dashboard, priority high."