/create-issue
Create a well-structured GitHub issue with proper metadata.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/create-issue
Context preview
What this command does when you run it.
Create a well-structured GitHub issue with proper metadata.
Command definition
create-issue.mdname: create-issue
description: Create a well-structured GitHub issue with proper metadata.
/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 milestone if applicable to the current release cycle 8. Add the issue to a project board if one is configured 9. Link related issues using GitHub keywords (relates to, depends on, blocks) 10. Assign to the appropriate team member if known 11. Create the issue using the GitHub API with all metadata 12. Report: issue number, URL, labels, assignee, project board
Rules
- Use the repository's issue template when available
- Include reproducible steps for every bug report
- Add code snippets or screenshots when they clarify the issue
- Do not create duplicate issues; search existing issues first
- Keep the title concise and descriptive (under 80 characters)
- Use task lists (checkboxes) for issues with multiple deliverables
- Include acceptance criteria for features and tasks
Read more
name: create-issue description: Create a well-structured GitHub issue with proper metadata.
/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 milestone if applicable to the current release cycle 8. Add the issue to a project board if one is configured 9. Link related issues using GitHub keywords (relates to, depends on, blocks) 10. Assign to the appropriate team member if known 11. Create the issue using the GitHub API with all metadata 12. Report: issue number, URL, labels, assignee, project board
Rules
- Use the repository's issue template when available
- Include reproducible steps for every bug report
- Add code snippets or screenshots when they clarify the issue
- Do not create duplicate issues; search existing issues first
- Keep the title concise and descriptive (under 80 characters)
- Use task lists (checkboxes) for issues with multiple deliverables
- Include acceptance criteria for features and tasks
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Other commands on rohitg00-claude-code-toolkit.
- /adr
Write an Architecture Decision Record documenting a significant technical decision.
Open command - /design-review
Conduct a structured design review of a module, feature, or system component.
Open command - /diagram
Generate Mermaid diagrams from codebase analysis or description.
Open command - /migrate
Plan and execute a framework or library migration incrementally.
Open command - /plan
Create a structured implementation plan for the requested feature or change.
Open command - /refactor
Perform a systematic refactoring of the specified code area.
Open command

