Auto Code Reviewer
by Aman Garg
Three-pass automated code review that catches error handling gaps, structural issues, and naming problems — then auto-fixes everything before code reaches the user.
$5
· or 25 creditsSecure checkout via Stripe
Works with the AI tools you already use
About this skill
What it does Code Reviewer is an automated quality gate that runs on every piece of code your AI agent generates or modifies. It executes a rigorous three-pass review process, then auto-fixes every issue it finds before presenting the code to you. Pass 1 — Error Handling & Robustness Wraps API calls and file I/O in try/catch with descriptive error states. Adds null checks, validates inputs, and handles empty datasets gracefully. Ensures no unhandled promise rejections or silent failures. Pass 2 — Structure & Cleanliness Enforces a strict 30-line limit per function via automated refactoring. Extracts repeated logic into shared utilities, pre-fetches lookup data to eliminate N+1 query patterns, and removes dead code and unused imports. Pass 3 — Naming & Simplification Renames vague variables (data, temp, result) to intent-revealing names. Replaces complex conditionals with well-named booleans. Simplifies nested logic and extracts magic numbers into named constants. Why buy this? Unlike standard prompting, Code Reviewer doesn't just suggest improvements — it identifies issues and auto-fixes them. Every piece of code passes through all three review passes before you ever see it. Think of it as a senior engineer reviewing every line, built directly into your AI workflow.
Details
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Frequently Asked Questions
Browse More Skills
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
java-best-practice-checker
Expert Java code auditor for SE 8–24, flagging performance leaks, threading risks, and modernization gaps.

humanize-writing
Transform robotic AI drafts into natural, human-sounding prose with native-level flow and tone.

frontend-motion-wizard
Advanced responsive layout and interactive micro-interaction engine for React, Tailwind CSS, and Framer Motion. Automatically injects fluid element states, mobile-first touch behaviors, adaptive viewports, and non-destructive layout transitions into static codebases