What problem does it solve? Writing well-structured GitHub Issues that follow a repository's issue templates and have appropriate scope is time-consuming and inconsistent. This Skill standardizes Issue creation by enforcing template compliance, proper task granularity, and clear acceptance criteria. ## Core Features & Use Cases - Template-Compliant Issue Creation: Generates Issues matching the repository's bug_report, feature_request, and todo templates with correct labels. - Granularity Guidance: Evaluates whether a task fits in a single PR (1-3 days of work) and splits oversized requests into multiple Issues. - Main/Sub-Issue Hierarchies: Structures large features as a main Issue with linked sub-issues tracked via task lists, where each sub-issue maps one-to-one with a PR. - Use Case: When asked to plan a user authentication feature, the Skill creates a main Issue describing the overall goal, then generates sub-issues for the database schema, API endpoints, middleware, and UI, each with acceptance criteria and cross-links. ## Quick Start Ask the AI to create a GitHub Issue for a bug report or feature request following the repository's issue templates.