What problem does it solve?
Reviewing code changes can be error-prone and inconsistent. This Skill provides a structured process and guidelines to help engineers perform thorough, repeatable code reviews, improving quality, security, and maintainability.
Core Features & Use Cases
- Change Discipline: enforces minimal, focused edits to prevent scope creep.
- Investigation & Feedback Flow: step-by-step approach to identify issues, gather evidence, and report actionable feedback.
- Review Workflow Guidance: clear steps from context gathering to delivering feedback, ensuring consistency across reviews.
- Use Case: when reviewing a pull request, run the skill to generate a prioritized list of issues (critical, important, suggestions) with recommended fixes.
Quick Start
Use the code-review skill to review a PR by providing the PR URL or git diff, for example: Review PR https://github.com/your/repo/pull/123 or describe the changes with git diff.