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)
  • --interview mode reads git 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-run prints the gh issue create command without executing it
  • --type flag lets you override auto-detection
  • posts via gh issue create; works with --repo owner/repo for non-current repos

usage

Installs
7
GitHub Stars
1
First Seen
May 21, 2026
create-issue β€” pavelsimo/skills