From gh-issue
Create structured GitHub issues with sub-tasks and proper formatting. Use when organizing development work into trackable issues, breaking down features into parent/child issues, converting discussions into tracked work, or creating issues from conversation context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-issue:gh-issueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This Skill helps you create well-structured GitHub issues directly from conversation context. It automatically organizes complex work into parent issues with sub-tasks, ensuring nothing gets lost in discussion.
This Skill helps you create well-structured GitHub issues directly from conversation context. It automatically organizes complex work into parent issues with sub-tasks, ensuring nothing gets lost in discussion.
Use this when you want to:
When you ask to create GitHub issues, I'll:
"Create GitHub issues for the carrier onboarding feature we just discussed"
"Create a parent issue for the new billing workflow with sub-tasks for:
- POD receipt handling
- Invoice ready flag logic
- Payment tracking"
"Create a parent issue for the load status bugs with individual sub-tasks for each problem"
"Create GitHub issues for the remaining work we discussed"
When you request issue creation, I'll delegate to the gh-issue-creator agent, which has access to:
gh) for issue creationThe agent will create issues that match your discussion and provide you with direct links to review them in GitHub.
This Skill works seamlessly with:
npx claudepluginhub linehaul-ai/linehaulai-claude-marketplace --plugin gh-issueManages full GitHub issue lifecycle: create with conventional commit titles, sub-issues, cross-repo links, edit/view/list, dump trees to markdown/YAML, push from files, comment/label/close.
Creates structured GitHub issues with implementation plans from task descriptions by analyzing docs, designs, and code. Updates existing issues by number using gh CLI.
Creates well-structured GitHub issues using gh CLI with templates for bugs, features, tasks including titles, descriptions, acceptance criteria, and labels. Use for filing bugs or feature requests.