What problem does it solve? Writing GitHub Issues by hand leads to inconsistent formats, missing context, and duplicate tickets. This Skill standardizes the entire issue creation workflow with the GitHub CLI, from checking for existing issues to drafting a well-structured title and body that you approve before anything is filed. ## Core Features & Use Cases - Duplicate Detection: Scans open issues with gh issue list before creating anything, so you never file redundant tickets. - Template-Aware Drafting: Detects .github/ISSUE_TEMPLATE/ in the target repository, falls back to bundled bug report and feature request templates, and uses conventional-commit-style title prefixes like fix: and feat:. - Approval-Gated Filing: Presents the full draft title and body for your confirmation, then files via gh issue create using --body-file to avoid shell escaping issues. - Use Case: You notice the login page crashes on SSO. Simply describe the bug, and the Skill checks for duplicates, drafts a fix:-prefixed issue using the bug template with reproduction steps and environment sections, and files it after your approval. ## Quick Start Ask the AI to create a GitHub Issue for a bug or feature request, for example by saying "create an issue for the login page crashing on SSO".