What problem does it solve?
This Skill automates the process of managing GitHub Pull Request review comments, from exporting and preprocessing to analyzing and fixing them, significantly reducing the manual effort involved in code review iteration.
Core Features & Use Cases
- Export & Preprocess: Automatically fetches PR review comments and prepares them for agentic evaluation.
- Analyze & Fix: Groups comments by file, sorts them for bottom-up fixing, and provides tools to evaluate and apply fixes.
- Resolve & Commit: Integrates with GitHub to resolve threads and guides the agent on committing changes.
- Use Case: When a PR has numerous review comments across multiple files, this Skill can systematically process them, ensuring all feedback is addressed efficiently and correctly, leading to cleaner code and faster merges.
Quick Start
Use the pr-comments skill to export all review comments from pull request number 102 in the donghaozhang/qcut repository.