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
Installs
32
GitHub Stars
80
First Seen
Feb 4, 2026
update-pr — cartridge-gg/controller