PR Feedback
Review and respond to pull request comments.
Process
- •
Get PR context
bashgh pr view --json number,title,url --jq '"PR #\(.number): \(.title)\n\(.url)"'
- •
Fetch comments
bashgh pr view --comments
For full thread details:
bashgh api repos/{owner}/{repo}/pulls/{number}/comments --paginate - •
Review each comment — understand the feedback before responding
- •
Address in code — make the fix, cite file:line in your response
- •
Reply to thread — summarize fix + reference commit/line
- •
Resolve threads — only after fix lands and is pushed
Guidelines
- •Read all comments before starting fixes — some may conflict or overlap
- •Don't resolve threads until the fix is committed and pushed
- •Cite specific file:line when replying (e.g., "Fixed in
src/foo.ts:42") - •If feedback is unclear, ask for clarification rather than guessing
- •Group related fixes into logical commits