- Add 60 new agents across all 10 categories (75 -> 135) - Add 95 new plugins with command files (25 -> 120) - Update all agents to use model: opus - Update README with complete plugin/agent tables - Update marketplace.json with all 120 plugins
1.3 KiB
1.3 KiB
/create-issue - Create GitHub Issue
Create a well-structured GitHub issue with proper metadata.
Steps
- Ask the user for the issue type: bug report, feature request, or task
- For bugs: gather steps to reproduce, expected vs actual behavior, environment details
- For features: gather the use case, proposed solution, and alternatives considered
- For tasks: gather the description, acceptance criteria, and dependencies
- Select the appropriate issue template if the repository has them configured
- Add relevant labels: bug/feature/task, priority, component area
- Set the milestone if applicable to the current release cycle
- Add the issue to a project board if one is configured
- Link related issues using GitHub keywords (relates to, depends on, blocks)
- Assign to the appropriate team member if known
- Create the issue using the GitHub API with all metadata
- 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