Code Reviewer

    23

    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,394 installs5.0 (4 reviews)

    Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    code-reviewer

    Example session with this skill installed

    Review my recent changes in auth.ts. I've just implemented the password hashing logic for the new user registration flow.

    • Read your context and instructions
    • Compiled the code-reviewer

    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.

    Connects securely to your tools. The creator never sees your data.

    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

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

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

    Trust & safety

    Security scanned

    Verified clean 6 months ago

    • Free to download with an account

    Listed6 months ago

    Frequently Asked Questions