Fetch PR review comments and propose/implement responses. Use when the user says "address review comments", "respond to PR
Fetch review comments on a PR, propose a response plan for unresolved comments, then implement fixes after user approval.
<pr-number> (required): Pull Request numbergh pr view <number> --json url,headRefName)gh api repos/{owner}/{repo}/pulls/<number>/reviews
gh api repos/{owner}/{repo}/pulls/<number>/comments
Present each comment to the user in this format:
## Review Comment Response Plan
### 1. <comment summary> (@reviewer)
> <original comment quote>
**Target**: `path/to/file:line`
**Plan**: <proposed response, concisely>
**Effort**: S / M / L
### 2. ...
jjfix: address review comment - validate input before processingjj git push --bookmark <bookmark-name>After pushing, present draft reply text for each comment. Never post replies on GitHub without explicit user confirmation.