What problem does it solve?
This Skill eliminates the risk of pushing unvetted, buggy, or insecure code to remote repositories by running a full 3-subagent PR review locally before you push, catching critical issues before they reach your team's codebase and trigger messy PR review cycles.
Core Features & Use Cases
- 3-Subagent Comprehensive Review: Runs parallel Security, Regression, and Performance subagents to scan your branch diff for vulnerabilities, broken functionality, and performance anti-patterns.
- Local-Only Execution: All analysis runs on your local machine with no GitHub API calls, no PR creation, and no comment posting, keeping your work private until you're ready to share.
- Smart Diff Filtering: Automatically excludes lockfiles, generated assets, and minified code from review, and aborts if the diff is too large to review reliably.
- Use Case: You just finished implementing a new user authentication flow on a feature branch. Run this Skill to catch a missing auth guard on a new API endpoint, a deleted error-handling utility that's still referenced in tests, and an N+1 query pattern in the user service before pushing, avoiding delayed feedback and rework.
Quick Start
Ask the AI to run a local PR review of your current feature branch before you push it to remote.