address-pr-comments
Installation
SKILL.md
Retrieve unresolved review comments and general conversation comments from the current branch's PR, explain each issue to the developer with a proposed fix, allow the developer to discuss and amend proposals, then spawn a coordinated team of developers to implement the fixes. After committing, reply to each comment on GitHub with details on how it was addressed.
Usage:
/address-pr-comments— Fetch and address unresolved PR comments for the current branch
Instructions:
- Verify prerequisites:
- Run
gh auth statusvia the Bash tool to verify the GitHub CLI is installed and authenticated - If
ghis not available or not authenticated, display the following and STOP:GitHub CLI (gh) is not installed or not authenticated. Please install gh and run `gh auth login` before using /address-pr-comments.
- Run