What problem does it solve? Setting up consistent GitHub collaboration templates is repetitive and error-prone, and teams often ship repositories without structured PR checklists, issue forms, or contribution guidelines. ## Core Features & Use Cases - PR Templates: Generate default and specialized pull request templates (feature, bugfix, hotfix) with checklists, testing sections, and rollback plans. - Issue & Discussion Forms: Create YAML-based bug report and feature request forms with required fields, dropdowns, and validation, plus a config.yml to control issue creation flow. - Governance Files: Produce CODEOWNERS, CONTRIBUTING.md, and auto-labeling workflows (labeler.yml, PR size labels) to automate review assignment and categorization. - Use Case: When open-sourcing a project, generate the entire .github/ directory—PR template, issue forms, CODEOWNERS, and labeler workflows—in one pass so contributors follow a consistent process from day one. ## Quick Start Ask the AI to create a complete set of GitHub PR and issue templates for your repository, including a bug report form and CODEOWNERS file.