What problem does it solve?
Coordinating thorough, multi-tool code reviews across teams is slow, error-prone, and manual; team-review automates scanning, enriched reviewer analysis, and deterministic fixes so projects get reliable, auditable results faster.
Core Features & Use Cases
- Three-role pipeline: scanner (toolchain + LLM scan), reviewer (deep enrichment and root-cause analysis), and fixer (plan, apply, verify with rollback).
- Session and task orchestration: automatic session directory management, task creation/dispatch, team-worker spawning, and message-bus driven progress tracking.
- Verification & safety: deterministic fix plans, per-file rollback-on-failure, verification with tsc/eslint/jest/pytest/semgrep, and configurable fix scopes (all / critical/high).
- Use Case: Run a full review on a TypeScript repo to find security, correctness, performance, and maintainability issues, produce an enriched review report, and optionally apply verified fixes.
Quick Start
Ask the coordinator to run a full team-review on the current repository using the maestro CLI with the --full flag.