What problem does it solve? Contributors often file incomplete or duplicate GitHub issues, and maintainers lack a consistent triage process. This Skill enforces a structured issue-first workflow with mandatory templates, automatic labels, and a maintainer approval gate before any PR can be opened. ## Core Features & Use Cases - Template-driven issue creation: Guides users through the Bug Report and Feature Request templates with all required fields, pre-flight checkboxes, and correct formatting. - Label and approval workflow: Applies the status:needs-review / status:approved lifecycle so maintainers control which issues become actionable. - Duplicate prevention and triage: Searches existing issues first and routes questions to Discussions instead of the issue tracker. - Use Case: A contributor hits a zsh glob error in setup.sh. The Skill searches for duplicates, drafts a complete bug report via gh issue create --template bug_report.yml, and the issue lands with bug and status:needs-review labels awaiting maintainer approval. ## Quick Start Create a GitHub bug report issue for the setup script failing on zsh, following the repository's issue template and approval workflow.