What problem does it solve?
It helps you review local code changes safely and efficiently by turning a raw diff into a structured, high-confidence review with targeted checks.
Core Features & Use Cases
- Diff-first review: Determines what changed and what to inspect from the workspace diff output.
- Context-aware quality checks: Runs the skill’s helper scripts to verify quality and formatting, with an option to skip slow builds.
- Risk-reducing review passes: Applies review passes across correctness, architecture, state/data flow, routing, security, accessibility, PWA/offline behavior, and testing, prioritizing blocking issues only.
- Local-only reporting: Produces findings for conversation without posting back to GitHub.
Quick Start
Use the review skill when you want to review local changes without a GitHub PR number, for example by asking: " /skill:review — please review my local changes and tell me what to fix before merging."