What problem does it solve?
This Skill streamlines the process of addressing GitHub pull request review comments by organizing them into follow-up commits, reducing manual effort and improving code quality.
Core Features & Use Cases
- Review Comments Analysis: Identifies and filters review comments, separating resolved from unresolved ones.
- Code Verification: Verifies each comment's relevance against current code before implementation.
- User Decision Making: Allows users to decide on design-shaping changes with options for implementation.
- Commit Automation: Automates the process of creating a single commit per round of review.
- Use Case: When a pull request receives review comments, this Skill can be used to automatically organize them into a commit for follow-up implementation.
Quick Start
To start the 'address-pr-review' Skill, use the command: address-pr-review --pr-number <PR_NUMBER> --repo <REPO_URL>