Automatically finds Jira tickets in "Code Review", looks up their GitHub PRs, and opens interactive Claude Code sessions in iTerm to review each one. Filters by your team's Jira component, tracks what's been reviewed, and auto re-queues PRs when authors push new commits addressing comments.
- macOS with iTerm2
- Claude Code CLI (
npm install -g @anthropic-ai/claude-code) - gh CLI, authenticated (
gh auth login) - jira-cli CLI, authenticated (
jira init)