What problem does it solve? Filing GitHub issues without structure leads to duplicates, missing reproduction details, and unreviewed PRs. This Skill enforces a template-driven issue creation process with duplicate checks, required fields, and a maintainer approval workflow. ## Core Features & Use Cases - Template-Based Issue Creation: Uses bug report and feature request templates with required fields like reproduction steps, environment details, and pre-flight checkboxes. - Label Workflow Automation: Applies status:needs-review automatically and guides maintainers to add status:approved before any PR is opened. - Duplicate Prevention: Searches existing issues with gh CLI before creating new ones and routes questions to Discussions instead. - Use Case: A contributor hits a zsh glob error in setup.sh, searches for duplicates, files a bug report via gh issue create with the bug_report.yml template, and waits for maintainer approval before opening a PR. ## Quick Start Ask the AI to create a GitHub bug report for the issue you encountered, including reproduction steps and your environment details.