map-reduce - Orchestrate large-scale tasks via map and reduce phases.
Distributes work into independent map phases and aggregates results in a reduce phase for codebase analysis and bulk transformations.
Tags
Updated: 2026-09-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Split tasks into batches
- Process items independently
- Aggregate intermediate results
- Track success and failures
- Generate summary reports
Inputs
- Target item collection
- Map function definition
- Reduce function strategy
- Batching configuration
Outputs
- Aggregate summary report
- Processing statistics
- Modified files
Requirements
- Bash tools ls cat grep find
- File read and write permission
- MCP task execution tool
