What problem does it solve?
This Skill helps you evaluate a branch’s code changes before merging by organizing a structured, multi-angle review of the git diff against main. It reduces the chance of shipping bugs, security issues, performance regressions, and incomplete work.
Core Features & Use Cases
- Multi-perspective critique: Reviews the diff from duplication, correctness, security, performance, testing, architecture, and scope angles.
- Parallel subagent workflow: Spawns independent critics so issues are found faster and with less bias.
- Actionable remediation planning: Converts findings into a prioritized plan with blockers, important fixes, and optional follow-ups.
- Use Case: Before opening a pull request, ask it to review your branch so you get a concise list of issues and a clear fix plan.
Quick Start
Ask the skill to review the current branch against main and return a prioritized remediation plan.