What problem does it solve?
Use when working in the Ze repo and the user asks for ze-review-deep or for an exhaustive review across multiple lenses. Review the selected scope for security, concurrency, errors, tests, logic, data flow, API compatibility, rule compliance, and docs; use parallel sub-agents only when the user explicitly asks for parallel review.
Core Features & Use Cases
- Multi-lens scope: Reviews across security, concurrency, error handling, tests, logic, data flow, API compatibility, rules, and docs.
- Scoped execution: Operates on a specific working tree, path, or branch diff and aggregates results.
- Parallel review (optional): Uses parallel sub-agents only when the user explicitly requests parallel review, otherwise runs lenses sequentially.
- Unified findings: Merges lens results into a single severity-ordered report, with notes on skipped or timed-out lenses.
Quick Start
Use this workflow to initiate an exhaustive Ze change review by specifying the scope; the system will coordinate the relevant lenses and return a unified report.