github-issue
Installation
SKILL.md
GitHub Issue
Overview
Turn rough requests into high-quality GitHub issues with clear delivery criteria, then create the issue via GitHub CLI.
Workflow
- Confirm GitHub CLI access.
- Determine target repository.
- Convert input into a structured issue body.
- Create the issue with
gh issue create. - Return the issue URL plus a concise summary of assumptions.
Preconditions
- Run
gh auth statusbefore issue creation. - Use explicit repo when provided (
--repo owner/repo). - Otherwise use current repository context.
- Do not use web UI for creation unless user explicitly requests it.