What problem does it solve?
This Skill automates the management of GitHub PR review feedback by fetching both inline diff comments and review-body sections, categorizing them by severity, and guiding resolution with user-approved fixes.
Core Features & Use Cases
- Fetches inline PR comments and PR review body sections to ensure full visibility of feedback.
- Classifies comments by severity (CRITICAL, HIGH, MEDIUM, LOW) and prioritizes actions accordingly.
- Proposes, applies, and commits fixes with explicit user confirmation, and automatically replies to threads.
- Supports triage, batching of cosmetic changes, and handling of multi-location or related issues.
- Records new vs previous rounds by comparing timestamps against the last push to help track progress.
Quick Start
Follow the guided workflow to fetch PR comments, classify by severity, propose fixes with user confirmation, and push changes.