What problem does it solve?
This Skill helps you review GitHub Pull Requests or GitLab Merge Requests by producing constructive, evidence-based findings and proposing code fixes without directly modifying the repository.
Core Features & Use Cases
- Provider-aware PR/MR analysis: Detects whether the request targets GitHub or GitLab and uses the matching tooling for diffs, discussions, and review artifacts.
- Full diff-driven review with codebase context: Fetches and checks out an isolated worktree, gathers conventions via a subagent, retrieves diffs, and traces control-flow impact across files.
- Structured findings with severity: Classifies issues across security, correctness, maintainability, and scope consistency, then presents results for user confirmation.
- Actionable outputs with workflow actions: After approval, can post inline structured comments, approve, or request changes (including reviewer assignment on GitLab).
Quick Start
Ask the agent to review the pull request: "Review this GitHub PR: <PR_URL> and list the security, correctness, and maintainability issues with suggested fixes."