What problem does it solve?
This Skill helps identify bugs, security vulnerabilities, performance issues, and reliability risks in code changes before they are merged, while keeping reviews focused on actionable findings.
Core Features & Use Cases
- Diff-Focused Analysis: Reviews only the changed code and avoids unrelated repository files, builds, tests, and cloning.
- Prioritized Findings: Classifies confirmed issues as P0, P1, or P2 and limits inline comments to problems that warrant action.
- Pull Request Collaboration: Retrieves GitHub pull request diffs with the GitHub CLI and publishes concise, line-specific review comments.
- Use Case: Give the Skill a pull request link to inspect the changed files, identify concrete defects, and post prioritized inline feedback in the repository's language.
Quick Start
Use the code-review skill to review the provided pull request diff and publish concise inline comments for any confirmed P0 or P1 issues.