What problem does it solve?
This Skill automates the process of taking code review findings, PR comments, or review reports and systematically turning them into actionable tasks that can be executed efficiently, especially when dealing with multiple issues across various files.
Core Features & Use Cases
- Normalization: Parses findings from different sources (PR comments, review reports) into a standardized format.
- Task Creation: Generates self-contained tasks for each finding, suitable for execution by agents.
- Concurrency Analysis: Identifies which tasks can be run in parallel and which have dependencies.
- Phased Execution: Executes tasks in priority waves (MUST FIX, SHOULD FIX, etc.) to ensure critical issues are addressed first.
- Use Case: After a code review identifies several bugs, performance issues, and documentation gaps across multiple files, this Skill will create individual tasks for each, determine which can be fixed concurrently, and then execute them in order of severity, ensuring all tests pass between waves.
Quick Start
Use the execute-review-findings skill to process findings from the most recent /review-dispatch output.