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.
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. ```typescript 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
1,025 people have installed this skill.
Trust & safety
Security scanned
Verified clean 5 months ago
- Free to download with an account