What problem does it solve?
Long, inconsistent, or manual code reviews miss security, architectural, and style issues and slow merges; this Skill runs coordinated, exhaustive reviews across changed files or pull requests so problems are found and prioritized before merge.
Core Features & Use Cases
- Target detection: Accepts a PR number, branch name, or 'latest' to determine the review scope and defaults to the current branch vs main when empty.
- Language-aware parallel reviewers: Detects changed file types and runs appropriate agents such as python-reviewer and typescript-reviewer alongside always-on checks like simplicity-reviewer and security-sentinel.
- Synthesis and triage: Aggregates agent outputs, removes duplicates, categorizes findings into P1/P2/P3 severity levels, and produces actionable remediation items and a summary report suitable for blockers and next steps.
- Scale-aware behavior: Escalates to architecture-strategist and pattern-detective for large changes and can offer auto-fix suggestions for simple issues.
Quick Start
Run the review-code skill targeting the current branch by supplying 'latest' or a PR number to get a prioritized, actionable review report.