fix-pr-comments
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Fix PR Comments
Systematically address ALL unresolved review comments until PR is approved.
Context
- Current branch: !
git branch --show-current - Working tree status: !
git status --short - Recent commits: !
git log --oneline -3
Workflow
- FETCH COMMENTS:
- Identify PR:
gh pr status --json number,headRefName - Get reviews:
gh pr review list --state CHANGES_REQUESTED - Get inline:
gh api repos/{owner}/{repo}/pulls/{number}/comments - Capture BOTH review comments AND inline code comments
- STOP if no PR found - ask user for PR number
- Identify PR: