Code Reviewer
by Samuel Rose
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
Free
Works with the AI tools you already use
See it in action
You say
Review my recent changes in auth.ts. I've just implemented the password hashing logic for the new user registration flow.
Your agent does
Review Summary
The PR looks solid, but has one critical security flaw.
Critical
auth.ts:15 — Unsalted MD5 used for passwords.
const hash = crypto.createHash('md5').update(password).digest('hex');
Use Argon2 or bcrypt instead to prevent rainbow table attacks.
About this skill
Run a structured code review on your recent changes without waiting for a teammate. This skill checks for security vulnerabilities (SQL injection, XSS, authentication bypasses), logic errors, edge cases, performance issues, and style violations.
Findings are organized by severity: Critical, Warning, and Suggestion. Each finding includes the file, line number, a description of the issue, and a concrete fix. Use it as a first pass before peer review, or as your only reviewer on solo projects.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
881 people have installed this skill.
Very helpful!
I intend to make this part of my toolbox going forward. It's wonderful to have a comprehensive skill I can run with a single command to evaluate the state of my project. I was relying on ad hoc queries previously and they really weren't up to snuff.
Perfect!
Trust & safety
Security scanned
Verified clean 4 months ago
- Free to download with an account
Frequently Asked Questions
Popular in Code Review

Code Smell Detector
Code Smell Detector - A Premium AI Agent Skill

Code Linter Pro
Code Linter Pro - A Premium AI Agent Skill

cognitive-load-reducer
Teaches AI coding agents to systematically reduce code complexity by identifying and refactoring high-cognitive-load patterns: deeply nested conditionals, god functions, excessive state mutations, tan
java-best-practice-checker
Expert Java code auditor for SE 8–24, flagging performance leaks, threading risks, and modernization gaps.