What problem does it solve?
This skill resolves ambiguity in choosing the right review tool, preventing wasted effort and ensuring the correct engine is used for specific development phases like diff reviews, security scans, or whole-repo analysis.
Core Features & Use Cases
- Engine Routing: Clearly defines when to use built-in native tools versus external SaaS engines like CodeRabbit or Greptile.
- Context-Aware Dispatch: Provides a decision matrix for different project needs, such as quick diff reviews, security audits, or complex refactoring.
- Use Case: When you are unsure whether to use a built-in security scan or an external tool for a large PR, this skill provides the definitive logic to choose the most cost-effective and accurate path.
Quick Start
Ask the agent to review your current changes using the appropriate routing logic based on your project requirements.