Automated code review for any git project
A Python tool that analyzes git diffs, runs static analysis, checks coding standards, and generates comprehensive code review reports. Integrates with GitHub, GitLab, and Bitbucket.
$ code-review-reviewer --git-diff HEAD~3
๐ Code Review Report โ 3 commits analyzed
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ด HIGH: SQL injection risk in user.py:45
Raw string interpolation in query:
> cursor.execute(f"SELECT * FROM users
WHERE id = '{user_id}'")
Fix: Use parameterized queries
๐ก MEDIUM: Unused import in utils.py:12
> import os # never used
๐ข INFO: Missing type hints in api.py
> def get_data(user_id): # no return typeSecure checkout via Gumroad
Instant delivery after purchase
Lifetime access + updates