What problem does it solve? Filing GitHub issues without structure leads to incomplete bug reports, duplicate submissions, and unreviewed feature requests. This Skill enforces an issue-first workflow where every issue uses a template, receives automatic triage labels, and requires maintainer approval before any pull request can be opened. ## Core Features & Use Cases - Template-Based Issue Creation: Guides contributors through the 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 label on creation and explains the maintainer approval process using status:approved and priority labels. - CLI Command Reference: Provides ready-to-use gh CLI commands for searching duplicates, creating issues, and managing labels. - Use Case: A contributor discovers that a setup script fails on zsh. Use this Skill to search for duplicates, file a structured bug report via gh issue create with the bug_report.yml template, and wait for maintainer approval before opening a PR. ## Quick Start Create a GitHub bug report issue for the zsh glob error in setup.sh using the bug report template and the gh CLI.