What problem does it solve?
It turns scattered conversation context and requirements into a ready-to-paste GitHub issue in the correct template style, without creating the issue automatically.
Core Features & Use Cases
- Issue markdown generation: Produces a complete GitHub issue title and body in Markdown based on the provided or inferred project details.
- Template-aware formatting: Detects and follows existing templates from
.github/ISSUE_TEMPLATE/* (or falls back to a default structure when missing).
- Issue type classification: Chooses the appropriate issue type (new feature, feature change, bug, publishing, or other) using input signals and adds the right title prefix and structure.
- External-public documentation rules: Applies the repository’s external-facing writing constraints (e.g., no internal paths/constants, evidence guidance, and checklist-first approach).
Quick Start
Use the issue skill by providing your desired change or bug report details in $ARGUMENTS, and it will output a GitHub-ready issue title and body in Markdown while also saving it to the configured local issues directory.