ahardin13/review-assistant
3 stars · Last commit 2026-04-23
Interactive, human-in-the-loop PR review assistant for Claude Code
README preview
# review-assistant Interactive, human-in-the-loop PR review assistant for [Claude Code](https://claude.ai/code). Unlike automated review tools that post comments silently, review-assistant guides you through pull request changes file-by-file, presents findings with confidence scores, and lets you decide what to comment on before anything is posted to GitHub. ## Prerequisites - [Claude Code](https://claude.ai/code) installed - [GitHub CLI](https://cli.github.com/) (`gh`) installed and authenticated - The official **code-review** plugin installed: ``` claude plugin install code-review@claude-plugins-official ``` ## Installation ```bash claude plugin marketplace add ahardin13/review-assistant claude plugin install review-assistant@ahardin13