From github-issue-manager
Creates a well-structured GitHub issue with proper metadata including labels, milestone, project board, and assignee. Supports bug reports, feature requests, and tasks.
How this command is triggered — by the user, by Claude, or both
Slash command
/github-issue-manager:create-issueThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /create-issue - Create GitHub Issue Create a well-structured GitHub issue with proper metadata. ## Steps 1. Ask the user for the issue type: bug report, feature request, or task 2. For bugs: gather steps to reproduce, expected vs actual behavior, environment details 3. For features: gather the use case, proposed solution, and alternatives considered 4. For tasks: gather the description, acceptance criteria, and dependencies 5. Select the appropriate issue template if the repository has them configured 6. Add relevant labels: bug/feature/task, priority, component area 7. Set the milesto...
Create a well-structured GitHub issue with proper metadata.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub avelikiy/awesome-claude-code-toolkit --plugin github-issue-manager/create-issueCreates a well-structured GitHub issue with proper metadata including labels, milestone, project board, and assignee. Supports bug reports, feature requests, and tasks.
/create-issueCreates a new GitHub issue with formatted body, labels, assignees, milestones, and reference links to related content.
/SKILLCreates GitHub issues with structured templates, auto-labeling, and TDD conventions. Accepts a description to generate the issue body.
/issue-createCreates a structured GitHub issue from current context or description, with optional template selection and meta-directive handling.
/devteam-issue-newCreates a well-formatted GitHub issue with automatic labeling, priority detection, and codebase context analysis. Supports bug, enhancement, performance, and security issues.
/create-issueCreates a formatted GitHub or GitLab issue for the current git repository from provided topic/description, lists available labels, and requires user approval before using gh or glab CLI.