Code Reviewer

    by Samuel Rose

    11

    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

    881 installs5.0 (3 reviews)

    Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurf+15 more

    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

    5.0
    3 reviews
    5
    3
    4
    0
    3
    0
    2
    0
    1
    0

    881 people have installed this skill.

    Verified Download
    17 days ago

    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.

    Gregory Palmer
    Verified Download
    2 months ago

    Perfect!

    Devin
    Verified Download
    3 months ago
    Frank Brsrk

    Trust & safety

    Security scanned

    Verified clean 4 months ago

    • Free to download with an account

    Installs881
    Listed4 months ago

    Creator

    Founder of Agensi

    Frequently Asked Questions

    Popular in Code Review

    Free