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 workflow with automatic labeling and maintainer approval gates. ## Core Features & Use Cases - Template-Based Issue Creation: Guides bug reports and feature requests through required fields like reproduction steps, environment details, and pre-flight duplicate checks. - Label Workflow Enforcement: Applies status:needs-review automatically and requires maintainer status:approved before any PR can be opened. - CLI Command Reference: Provides ready-to-use gh issue create, search, and label commands for contributors and maintainers. - Use Case: A contributor hits a zsh glob error in setup.sh, searches for duplicates, files a bug report via the template with OS, shell, and logs, and waits for maintainer approval before opening a fix PR. ## Quick Start Create a GitHub bug report issue for the setup script failing on zsh, following the repository's issue template and approval workflow.