What problem does it solve?
This Skill automates the process of managing GitHub Pull Request review comments, from exporting them to analyzing, fixing, and resolving them, significantly reducing the manual effort involved in code review follow-ups.
Core Features & Use Cases
- Export Comments: Automatically download all review comments from a specific PR.
- Preprocess for AI: Clean and format comments to be easily understood and acted upon by AI agents.
- Analyze & Group: Identify comments by file and suggest an optimal order for fixing (bottom-up).
- Fix & Resolve: Evaluate individual comments, fix code issues, and resolve threads on GitHub.
- Batch Processing: Handle multiple comments across multiple files efficiently.
- Use Case: After a large PR is submitted, use this Skill to export all bot and human review comments, preprocess them for an AI to fix, and then batch-apply the fixes, ensuring code quality is maintained efficiently.
Quick Start
Use the pr-comments skill to export all review comments from the pull request with number 102 in the donghaozhang/qcut repository.