What problem does it solve?
This Skill automates the evaluation and remediation of GitHub pull request review feedback, converting reviewer comments and threads into targeted fixes, replies, and resolved threads to reduce manual review overhead.
Core Features & Use Cases
- Automated triage of unresolved inline review threads, top-level PR comments, and review submission bodies with actionability and already-replied checks.
- Cluster analysis to detect systemic issues, dispatch of resolver agents per-thread or per-cluster with batching and file-conflict avoidance, and a verify-and-iterate loop with human escalation.
- Built-in commit, push, reply, and thread-resolve steps using repository-local helper scripts; suitable for nightly runs or on-demand fixes for busy PRs.
- Use case: run on a feature branch to fix several reviewer nitpicks, address logic issues, and close resolved threads in one coordinated run.
Quick Start
Run the skill for the current branch's PR to fetch unresolved review threads, apply fixes or replies, and resolve addressed threads.