What problem does it solve?
The code-review Skill helps users efficiently review and provide feedback on code changes, ensuring high-quality code and facilitating collaborative development processes.
Core Features & Use Cases
- Review Local Changes: Perform pre-push code reviews by analyzing diffs, searching for common issues, and providing structured feedback.
- Review Pull Requests: Review open PRs on GitHub by fetching details, checking out the branch locally, and leaving comments or formal reviews.
- Automated Code Analysis: Integrate with GitHub API or
git for automated code analysis and feedback on PRs.
- Use Case: Before merging a pull request, use this Skill to perform a thorough code review, checking for security vulnerabilities, code quality issues, and documentation problems.
Quick Start
To review local changes in your current branch against the main branch, use the command: code-review diff main