What problem does it solve?
Orchestrates a structured, multi-persona code review workflow so that every diff receives correctness, testing, maintainability, and standards scrutiny before any PR is opened or merged.
Core Features & Use Cases
- Tiered persona coverage: Spawns always-on reviewers plus CE-specific agents and optional conditionals (security, performance, stack-specific reviewers, migration detectors) based on the diff, with protected artifacts kept untouched.
- Mode-aware execution: Parses tokens like mode:autofix, mode:report-only, mode:headless, base:<ref>, and plan:<path> to enforce the appropriate interaction, autofix scope, artifactory rules, and headless constraints.
- Scope, intent, and plan discovery: Resolves diff scopes via base detection scripts, summarizes intent, tracks plan requirements, and documents run artifacts, todos, schema drift checks, learnings, and deployment notes.
Quick Start
Invoke ce:review with the desired mode flags before opening a pull request.