A GitHub Actions workflow that uses Claude Opus (via AWS Bedrock) to automatically review pull requests with inline comments.
- Two-round review system — Round 1 reviews the full diff, Round 2 only reviews changes made after Round 1 (to address feedback). No further reviews after Round 2.
- Inline PR comments — Feedback is posted as review comments on specific file/line, not just a wall of text.
- Cost tracking — Each review comment includes token usage and estimated cost.
- Smart skipping — Docs/config-only PRs are skipped automatically.