make-github-issues
Installation
SKILL.md
Review codebase and create GitHub issues for identified problems: $ARGUMENTS
Follow these steps:
-
Analyze the codebase:
- If $ARGUMENTS specifies files/directories, focus on those areas
- Otherwise, perform a comprehensive codebase review
- Look for bugs, design issues, code quality problems, and technical debt
- Don't hallucinate - only report real, observable issues
-
Categorize findings:
- Bugs: Incorrect behavior, logic errors, potential crashes
- Design issues: Architecture problems, poor separation of concerns
- Code quality: Readability, maintainability, performance issues
- Security: Potential vulnerabilities or unsafe practices
- Technical debt: Outdated dependencies, deprecated APIs, code duplication
-
Document each issue thoroughly:
- Title: Clear, descriptive summary of the problem
- Description: Detailed explanation of the issue
- Code location: Specific files and line numbers
- Impact: How this affects the system or users
- Reproduction steps: If applicable, how to reproduce the issue
- Suggested solution: Potential approaches to fix the problem
-
Check for duplicates:
- Use
gh issue listto see existing issues - Search for similar problems already reported
- Only create new issues for genuinely new problems
- Use
-
Create GitHub issues:
- Use
gh issue createfor each identified problem - Apply appropriate labels:
bug,enhancement,security,tech-debt - Set priority levels based on severity and impact
- Include code snippets and file references in issue descriptions
- Use
-
Generate a summary report:
- Create
code-review-findings.mdwith:- Overview of issues found
- Categorization by type and priority
- Recommendations for addressing issues
- Links to created GitHub issues
- Create
Remember: Be specific and accurate - provide concrete evidence for each issue identified.
Related skills
More from stevengonsalvez/agents-in-a-box
frontend-design
Frontend design skill for UI/UX implementation - generates distinctive, production-grade interfaces
31commit
Create well-formatted git commits for changes made during the session
14reflect
|
2plan-tdd
Create a test-driven development plan for the project
1oracle
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
1gh-issue
Analyze and fix the specified GitHub issue
1