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.
- Enforce a 30-line limit on functions to ensure modularity
- Automatically add error handling to API calls and file operations
- Eliminate redundant lookups and N+1 query patterns in loops
Secure checkout via Stripe
Included in download
- Enforce a 30-line limit on functions to ensure modularity
- Automatically add error handling to API calls and file operations
- Ready for Works with Claude Code
- Includes example output and usage patterns
Sample Output
A real example of what this skill produces.
Refactored processUserBatch:
- Extracted
fetchLabelsto look up labels once before the loop. - Wrapped Google API calls in try/catch with context-aware error messages.
- Reduced function from 52 to 24 lines by extracting
validateUserData. - Removed 3 unused imports and a commented-out block.
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.
Secure checkout via Stripe
Included in download
- Enforce a 30-line limit on functions to ensure modularity
- Automatically add error handling to API calls and file operations
- Ready for Works with Claude Code
- Includes example output and usage patterns
- Instant install
Sample Output
A real example of what this skill produces.
Refactored processUserBatch:
- Extracted
fetchLabelsto look up labels once before the loop. - Wrapped Google API calls in try/catch with context-aware error messages.
- Reduced function from 52 to 24 lines by extracting
validateUserData. - Removed 3 unused imports and a commented-out block.
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.
📖 Learn more: Best Testing & QA Skills for Claude Code →
Use Cases
- Enforce a 30-line limit on functions to ensure modularity
- Automatically add error handling to API calls and file operations
- Eliminate redundant lookups and N+1 query patterns in loops
- Convert 'any' types to strict interfaces in TypeScript files
- Remove dead code, unused imports, and commented-out blocks automatically
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/code-reviewer-1 | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
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
Works with Claude Code, Cursor, Codex CLI, VS Code Copilot, and any SKILL.md-compatible agent. No additional dependencies required.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
diagnosing-rag-failure-modes
RAG fails quietly. It retrieves documents, returns confident-looking answers, and misses the question entirely — because the question required connecting facts across documents, reasoning about sequence, or tracing causation. This skill gives you a five-question diagnostic checklist that classifies any failing query as either RAG-safe or structurally RAG-incompatible, then maps it to the specific failure pattern and the architectural fix that resolves it.
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.