What problem does it solve?
This Skill automates the process of fetching, categorizing, and validating PR review comments, ensuring that feedback is accurate and actionable, and facilitating efficient code changes.
Core Features & Use Cases
- Automated Comment Fetching: Retrieves all review comments, threads, and issue-level comments for a given PR.
- Intelligent Categorization: Classifies comments as actionable (code changes, questions) or non-actionable (praise, informational).
- Codebase Validation: Verifies actionable comments against the actual codebase to catch inaccuracies or context-blind feedback.
- Structured Summary: Presents a clear overview of all feedback, including validity assessments for actionable items.
- Guided Code Changes: Allows users to select specific comments to address, proposes changes with diff previews, and verifies applied modifications.
- Use Case: When a PR has numerous review comments, this Skill helps you quickly understand the feedback, prioritize what needs attention, validate the reviewer's points, and efficiently implement the necessary code changes.
Quick Start
Use the pr-review skill to fetch and analyze all review comments for the current pull request.