Available on GitHub Marketplace

Python-Specialized
Code Review AI

High-quality code reviews powered by a Python-specialized AI agent. Leverages the static analysis tool pyscn to deliver advanced improvement suggestions.

Install Free
pyscn-bot is currently in beta. Weekly code audits are free for all repositories.

What makes pyscn-bot different

pyscn-bot isn't just an LLM wrapper. It leverages a powerful static analysis engine to provide deeper insights.

Traditional Code Review Bots

  • - Surface-level comments based only on diffs
  • - Can't measure code quality metrics
  • - Can't see the overall architecture
  • - Fragmented reviews per PR
  • - Generic AI with no language expertise

pyscn-bot

  • + Static analysis tool pyscn quantitatively evaluates code quality
  • + Detects hard-to-read functions, unused code, and complex dependencies
  • + Finds copy-pasted code and flags maintainability issues
  • + Weekly audits scan your entire codebase
  • + Language-specialized AI delivers high-precision reviews

Three Powerful Features

PR Code Review

Automatic code review on every pull request. Analyzes changed Python files with pyscn, and Claude AI generates improvement suggestions.

PR Review Demo

Weekly Code Audit

Scans your entire repository once a week. Identifies architecture-level issues and creates a report as a GitHub Issue.

Multilingual Support

Receive review comments in your native language. Just add a simple config file to your repository.

.github/pyscn-bot.yml
language: ja

What pyscn detects

The AST-based static analysis tool pyscn quantitatively detects code quality issues.

Cyclomatic Complexity

Detects overly complex functions and recommends splitting

Dead Code

Identifies unused functions and variables

Code Clones

Finds duplicate code and promotes DRY principle

Coupling Analysis

Visualizes dependencies between modules

Simple Pricing

Start free, upgrade when you need more

Free

$0 /month
  • Weekly code audit
  • Basic analysis model
  • Health score & recommendations
  • PR code review
Get Started Free
Coming Soon

Pro

$20 /dev/month
  • Everything in Free
  • PR code review on every pull request
  • Advanced analysis model
  • Detailed insights & priority support

Pro launching soon

Improve your Python code quality today

All features free during beta. Install in just a few clicks.

Install GitHub App