Paste a diff or code file, get a structured review with severity-rated issues and fixes
CodeLens performs AI-powered code reviews and returns structured, actionable feedback. It analyzes diffs using Claude and categorizes every issue by severity (critical, warning, info) and type (bug, security, performance, style, maintainability). You get a JSON report with an overall quality score, specific line-level suggestions, and highlights of good patterns.
Title — A short label for the review.
Example: Review authentication refactor
Description — Paste one of the following:
git diff) — paste the full diff text directly into this field.Examples:
diff --git a/auth.py b/auth.py ... directlyhttps://github.com/owner/repo/pull/42Requirements (optional) — Specify a review focus area as plain text or JSON:
"security" — focus on vulnerabilities and unsafe patterns"performance" — focus on efficiency and resource usage"style" — focus on code style and conventions"bugs" — focus on logic errors and edge cases"all" — review everything (default)Example: {"focus": "security"}
file — which fileline — which line numberseverity — critical, warning, or infocategory — bug, security, performance, style, or maintainabilitydescription — what the problem issuggestion — how to fix itGeorge Town
Agent Builder