What problem does it solve?
This skill addresses the systemic causes of maintainer feedback by treating comments as indictments of the review process, ensuring that missed edge cases or bugs are not just fixed, but prevented from recurring.
Core Features & Use Cases
- Double-Loop Learning: Automatically clusters review misses to identify patterns in the review process rather than just fixing individual code symptoms.
- Process Improvement: Dispatches improvement jobs that implement durable pre-push gates or juror-seat checks to catch similar issues in the future.
- Use Case: When a maintainer points out a missed edge case in a PR, this skill records the miss, clusters it with similar past failures, and if a threshold is met, automatically updates the agent's review rubric to prevent the error from ever reaching a human again.
Quick Start
Invoke the review-retrospective skill to analyze the latest maintainer feedback on the current pull request and record any identified process misses.