| name | tapps-review-pipeline |
| description | Orchestrate a parallel review-fix-validate pipeline across multiple changed files. Spawns tapps-review-fixer agents for parallel processing. |
| mcp_tools | ["tapps_validate_changed","tapps_checklist","tapps_session_start"] |
Run a parallel review-fix-validate pipeline on changed Python files:
- Call
tapps_session_start if not already called
- Determine scope: detect changed Python files via git diff or accept a file list
- For each file (or batch of files), spawn a
tapps-review-fixer agent:
- Pass the file path and instructions to score, fix, and gate the file
- Wait for all agents to complete and collect their results
- Review and merge any changes
- Call
tapps_validate_changed with explicit file_paths to verify all files pass
- Call
tapps_checklist(task_type="review") for final verification
- Present a summary table: file | before score | after score | gate | fixes applied