update-pr
Installation
SKILL.md
Update Pull Request
Steps
1. Identify the PR
# List open PRs for current branch
gh pr list --head $(git branch --show-current)
# Or get PR details by number
gh pr view <PR_NUMBER>
2. Fetch Review Comments
# View PR reviews and comments
gh pr view <PR_NUMBER> --comments