v0.1 · alpha · MIT
Mole

Digs deep into code, elevates those who write it.

terminal
$ curl -fsSL https://getkaze.dev/mole/install.sh | bash $ mole init
View on GitHub Docs
Mole dashboard

Digs deep into code

Mole uses Claude to analyze every pull request, from style nits to architectural concerns. It classifies issues into 6 categories, scores code quality, and catches security vulnerabilities before they ship.

Elevates those who write it

Code review shouldn't just find bugs. It should help developers grow. Mole tracks individual metrics, gamifies improvement with achievements and streaks, and gives tech leads a dashboard to see how the team evolves.

AI-powered reviews

Automated PR reviews with inline comments and severity levels. Six categories: correctness, security, performance, maintainability, style, documentation.

Deep review mode

Multi-pass analysis with Claude Opus that catches architectural issues and subtle bugs a single pass misses.

Quality scoring

Automated scoring per PR and per developer. Track trends, set thresholds, detect vulnerabilities and hardcoded secrets.

Gamification

Achievements, streaks, and leaderboards. Three personality modes: strict, balanced, encouraging.

mole review
$ mole review #42
PR: feat: add user authentication
Author: @msantos · 3 files changed
Quality Score: 87/100
Issues (4):
security Password hash uses MD5 auth.go:42
correctness Missing nil check on session session.go:18
style Exported func missing doc handler.go:7
style Inconsistent error wrapping auth.go:55
No hardcoded secrets found
Architecture boundaries respected
Streak: 12 PRs · Level: Code Guardian

Go

Single binary backend. Compiles to ~15MB with zero runtime dependencies.

MySQL

Reviews, scores, developer metrics, and team data. Standard schema, easy to backup.

Valkey

Caching, rate limiting, and background job queues. Drop-in Redis replacement.

Claude API

Haiku for fast reviews, Opus for deep analysis. Bring your own Anthropic API key.