create-issue
Installation
SKILL.md
create-issue skill
Turn a rough description into a well-structured GitHub issue. The skill formats your input into a consistent template β gitmoji title, problem statement, acceptance criteria, and more β then posts it with gh issue create. An optional --interview mode reads the codebase first and asks targeted questions before drafting anything.
features
- auto-detects issue type (
feat,bug,chore,refactor,perf,docs,test,security,ui) from keywords and prefixes the title with the matching gitmoji - builds a structured body: π― Problem, π Description, β Acceptance Criteria, π Steps to Reproduce (bugs only), π‘ Technical Notes (optional)
--interviewmode readsgit ls-files, README, and key entry-point files before asking targeted questions- shows a full preview before posting β user can accept, edit, or cancel
--dry-runprints thegh issue createcommand without executing it--typeflag lets you override auto-detection- posts via
gh issue create; works with--repo owner/repofor non-current repos