What problem does it solve? Filing GitHub issues often leads to duplicates, missing information, or bypassed review processes. This Skill enforces a structured issue-first workflow so every bug report or feature request follows the correct template, includes all required fields, and respects the maintainer approval process before any PR is opened. ## Core Features & Use Cases - Template-Guided Issue Creation: Uses the repository's bug report and feature request templates with all required fields, including pre-flight checks, reproduction steps, and environment details. - Label and Approval Workflow: Applies the status:needs-review and status:approved label lifecycle so maintainers control which issues become eligible for pull requests. - Duplicate Prevention: Searches existing issues with gh CLI before creating new ones and routes questions to Discussions instead of issues. - Use Case: A contributor hits a zsh glob error in setup.sh. The Skill searches for duplicates, drafts a complete bug report with reproduction steps and logs, and submits it via gh issue create with the correct template. ## Quick Start Create a GitHub bug report for the setup.sh zsh glob error using the bug report template with full reproduction steps.