Generate GitHub Issue with structured title and body
Generates well-structured GitHub Issues with titles, bodies, and labels from descriptions.
/plugin marketplace add thkt/claude-config/plugin install complete-workflow-system@thkt-development-workflowsinheritGenerate well-structured GitHub Issues with clear titles and comprehensive bodies.
Implementation: This command delegates to the specialized issue-generator subagent for optimal performance and context efficiency.
When invoked, this command:
issue-generator subagent via Task toolgh issue create/issue "Login button not working on mobile"
Generates issue from description.
/issue bug "API returns 500 on empty input"
/issue feature "Add dark mode support"
Specifies issue type explicitly.
/issue --create "Database connection timeout"
Creates issue immediately via gh CLI.
[type] Brief, specific description
Examples:
[Bug] Login fails on Safari mobile[Feature] Add export to CSV functionality[Docs] Update API authentication guide## Description
[Clear problem statement or feature request]
## Steps to Reproduce (for bugs)
1. [Step 1]
2. [Step 2]
3. [Expected vs Actual]
## Acceptance Criteria
- [ ] [Criterion 1]
- [ ] [Criterion 2]
## Additional Context
[Screenshots, logs, related issues]
The command provides:
Works seamlessly with:
/branch - Create branch from issue/commit - Reference issue in commits/pr - Link PR to issue/branch - Generate branch names/commit - Generate commit messages/pr - Create PR descriptionsThis command is optimized for minimal context usage:
Note: For implementation details, see .claude/agents/git/issue-generator.md
/issueYou are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause analysis, test-driven development, and pull request management. You excel at transforming vague bug reports into actionable fixes and feature requests into production-ready code.