https://github.com/dolphin278/claude-review
AI code review for git diffs and GitHub PRs using Claude
https://github.com/dolphin278/claude-review
ai anthropic claude cli code-review developer-tools git pull-request
Last synced: about 1 month ago
JSON representation
AI code review for git diffs and GitHub PRs using Claude
- Host: GitHub
- URL: https://github.com/dolphin278/claude-review
- Owner: dolphin278
- Created: 2026-04-30T16:23:44.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-30T18:32:36.000Z (about 2 months ago)
- Last Synced: 2026-04-30T20:12:30.416Z (about 2 months ago)
- Topics: ai, anthropic, claude, cli, code-review, developer-tools, git, pull-request
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# claude-review
AI code review for git diffs and GitHub PRs using Claude.
```
npx claude-review diff # review your current changes
npx claude-review diff HEAD~1 # review last commit
npx claude-review pr owner/repo#42
npx claude-review pr https://github.com/owner/repo/pull/42
```
## Setup
```bash
npm install -g claude-review
export ANTHROPIC_API_KEY=sk-ant-...
```
## What you get
- **Summary** — one-line verdict
- **Issues** — severity-ranked (CRITICAL → LOW) with file:line when detectable
- **Suggestions** — actionable improvements
Uses `claude-haiku` for fast, cheap reviews (~$0.001 per average diff).
## License
MIT