reactive_review_pr
Start an AI-powered code review session for pull requests with commit-aware caching, parallel file analysis, and session tracking capabilities.
Instructions
Start a reactive PR code review session.
This tool initiates an AI-powered code review with advanced features:
Commit-aware caching: Caches context by commit hash for efficiency
Parallel execution: Reviews multiple files concurrently
Session management: Pause, resume, and track progress
Telemetry: Token usage, cache hit rates, execution timing
Environment Variables:
REACTIVE_ENABLED=true: Master switch for reactive features
REACTIVE_PARALLEL_EXEC=true: Enable parallel execution
REACTIVE_MAX_WORKERS=3: Maximum concurrent workers
Returns: Session ID for tracking. Use get_review_status to monitor progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit_hash | Yes | Git commit hash for the PR head | |
| base_ref | Yes | Base branch reference (e.g., "main", "develop") | |
| changed_files | Yes | Changed files as comma-separated list or JSON array | |
| title | No | PR title for context | |
| author | No | PR author for context | |
| additions | No | Number of line additions in the PR | |
| deletions | No | Number of line deletions in the PR |