pr-address
Installation
SKILL.md
PR Address
Find the PR
gh pr list --head $(git branch --show-current) --repo Significant-Gravitas/AutoGPT
gh pr view {N}
Read the PR description
Understand the Why / What / How before addressing comments — you need context to make good fixes:
gh pr view {N} --json body --jq '.body'
If GraphQL is rate-limited,
gh pr viewfails. See GitHub rate limits for REST fallbacks.