Skip to content

Instantly share code, notes, and snippets.

@raziz26
raziz26 / README.md
Last active April 16, 2026 15:18
PR Review Automation — Automatically reviews Jira 'Code Review' tickets via Claude Code in iTerm. Filters by team component, tracks reviewed PRs, auto re-queues when authors push updates.

PR Review Automation

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.

Prerequisites

  • 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)