What problem does it solve?
This Skill helps you perform a deep, senior-engineer-level review of code changes so you can catch logic bugs, design mistakes, missing error handling, and convention violations before they reach production.
Core Features & Use Cases
- Branch Review: Inspects the current branch against its PR base and summarizes verified findings by severity.
- Context-Aware Analysis: Reads changed files in the context of surrounding code to understand how the patch fits into the broader system.
- High-Signal Feedback: Focuses on real, actionable issues such as naming problems, inconsistent patterns, unsafe control flow, and missing edge-case handling.
- Use Case: Use it when you want a thorough review of a feature branch, bug fix, refactor, or migration and need feedback that goes beyond linting.
Quick Start
Ask the review skill to review the current branch against its PR base and report only verified issues with clear severity and fix suggestions.