What problem does it solve?
This Skill automates the process of reviewing GitHub Pull Requests, specifically focusing on identifying and addressing unresolved review comments, ensuring code quality and efficient feedback loops.
Core Features & Use Cases
- Unresolved Comment Analysis: Identifies and analyzes comments that haven't been resolved by the author.
- Automated Fixes: Applies straightforward fixes directly to the code based on valid review comments.
- Code Quality Improvement: Ensures adherence to coding standards by addressing style, architecture, and potential bugs.
- Use Case: When a PR has several outstanding review comments, this Skill can automatically check if the issues are still present, fix simple ones, and flag complex ones for discussion, saving significant reviewer time.
Quick Start
Use the review-pr skill to analyze and address feedback on the pull request at https://github.com/owner/repo/pull/123.