Code Reviewer

    18

    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

    1,025 installs5.0 (3 reviews)

    Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurfMManus+14 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. ```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

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

    1,025 people have installed this skill.

    Trust & safety

    Security scanned

    Verified clean 5 months ago

    • Free to download with an account

    Installs1,025
    Listed5 months ago

    Frequently Asked Questions

    Free