Review Rust/Python/tooling changes in parallel
review-changesworkflowsetup L3★0
yisonPylkita/movie_translator ↗What it does
Read-only 3-lane parallel review of the working-tree
Best for
Multi-perspective code review with adversarial voting and automated fix application.
Inputs
- · file_content (markdown/text)
- · git_diff_output (text)
Outputs
- · structured_data (JSON)
- · git_commits (git history)
- · audit_findings (JSON list)
- · verdict_reports (JSON)
Requires
- · agent
- · phase
- · parallel
- · bash
- · file_read
- · git
Preconditions
- · Python virtual environment or package manager set up
- · Workflow orchestrator runtime context
- · LLM agent tier models available
- · Async runtime environment
Failure modes
- · Agent timeout or non-response
- · Phase execution state corruption
- · Race condition or deadlock in parallel tasks
- · Command execution failure or non-zero exit
- · Promise rejection or timeout
- · Git operation failure (merge conflict, detached HEAD)
Trust signals
- · Explicit enumeration of findings with severity/category classification
- · Explicit specification or contract documentation