kew review¶
Gather PR review comments and dispatch Claude Code to address them.
Usage: kew review [OPTIONS] PR_NUMBER
Arguments:
PR_NUMBER PR number to review (required)
Options:
--author TEXT Filter comments by author
--dry-run Show comments without dispatching

What it does:
- Fetches PR metadata and links the originating issue
- Collects review comments, inline suggestions, and issue comments
- Filters out resolved threads (via GraphQL) and bot comments
- Builds a structured review prompt from the
review.md.j2template - Checks out the existing PR branch into a worktree
- Dispatches Claude Code to address each comment
Examples: