7

    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.

    447 developers installed this skill·Updated Jun 2026
    447 installs
    3341 views
    5.0 (2)

    Free

    Included in download

    • Downloadable skill package
    • Works with Claude Code, GitHub Copilot CLI
    • Instant install

    Sample input

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

    Sample output

    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.

    Use Cases

    • Identify security vulnerabilities like SQL injection and cross-site scripting
    • Surface performance bottlenecks and logic errors before deployment
    • Categorize findings by severity to prioritize critical fixes first
    • Apply suggested code examples to resolve style and syntax violations

    Reviews

    5.0
    2 reviews
    5
    2
    4
    0
    3
    0
    2
    0
    1
    0
    Verified Download
    17 days ago

    Perfect!

    Devin
    Verified Download
    26 days ago
    Frank Brsrk

    Security Scanned

    Passed automated security review

    Permissions

    No special permissions declared or detected

    Claude Code, GitHub Copilot CLI, Sourcery, and SKILL.md-compatible agents.

    Creator

    Founder of Agensi

    Frequently Asked Questions

    More Premium Skills

    Free