Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    martinacostadev

    review

    martinacostadev/review
    Coding
    2
    2 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Review code changes for quality, security, and best practices

    SKILL.md

    Review code changes following senior developer standards.

    Review Process

    1. Gather Context

      • If PR number provided, run gh pr view $ARGUMENTS --json files,body
      • If file path provided, read the file
      • If nothing provided, run git diff for unstaged changes
    2. Analyze Changes

      • Check for SOLID principle violations
      • Look for security issues
      • Identify performance concerns
      • Review TypeScript types
      • Check test coverage
    3. Generate Report

    Review Checklist

    Code Quality

    • Clear, descriptive naming
    • Functions under 50 lines
    • No code duplication
    • Proper error handling

    TypeScript

    • No any types
    • Explicit return types
    • Proper null handling

    React Patterns

    • Hooks rules followed
    • Proper dependency arrays
    • No unnecessary re-renders

    Security

    • Input validation
    • No XSS vulnerabilities
    • No exposed secrets

    Output Format

    ## Code Review Summary
    
    ### Overview
    [Brief description of changes]
    
    ### Strengths
    - [What's done well]
    
    ### Issues
    #### Critical
    - [Must fix before merge]
    
    #### Suggestions
    - [Recommended improvements]
    
    ### Security
    [Any security concerns]
    

    Target: $ARGUMENTS

    Recommended Servers
    GitHub
    GitHub
    Vercel Grep
    Vercel Grep
    OpenZeppelin
    OpenZeppelin
    Repository
    martinacostadev/claude-react-agents
    Files