make-github-issues

Installation
SKILL.md

Review codebase and create GitHub issues for identified problems: $ARGUMENTS

Follow these steps:

  1. 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
  2. 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
  3. Document each issue thoroughly:

    • Title: Clear, descriptive summary of the problem
Related skills
Installs
1
GitHub Stars
9
First Seen
8 days ago