๐Ÿ”Script Tool

Code Review Automator

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.

Features

  • Git diff analysis engine
  • Static analysis integration
  • Style guide enforcement
  • PR comment generation
  • GitHub/GitLab/Bitbucket API
  • Configurable rule sets

See It In Action

Git Diff Analysis
$ 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 type
$19
Buy Now โ€” $19

Secure checkout via Gumroad

Instant delivery after purchase

Lifetime access + updates