Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Give agents more agency

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    erichowens

    code-review-checklist

    erichowens/code-review-checklist
    Coding
    21

    About

    SKILL.md

    Install

    • 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
    • Download skill
    ├─
    ├─
    └─

    About

    Generates comprehensive, context-aware code review checklists tailored to the specific codebase, programming language, and team standards...

    SKILL.md

    Code Review Checklist Generator

    Generate thorough, contextual code review checklists that help reviewers focus on what matters most for each specific PR.

    When to Use

    • Before starting a code review to know what to look for
    • When onboarding new team members to review standards
    • To ensure consistent review quality across the team
    • When reviewing unfamiliar parts of the codebase

    Approach

    1. Analyze the Diff: Understand what files changed and the nature of changes
    2. Identify Patterns: Detect the type of change (feature, bugfix, refactor, etc.)
    3. Language-Specific Checks: Apply relevant checks for the programming language
    4. Project Context: Consider existing patterns and conventions in the codebase
    5. Generate Checklist: Produce prioritized, actionable review items

    Checklist Categories

    Security

    • Input validation present
    • No hardcoded secrets or credentials
    • Proper authentication/authorization checks
    • SQL injection prevention
    • XSS prevention for web code

    Performance

    • No N+1 query patterns
    • Appropriate caching considered
    • No unnecessary loops or iterations
    • Efficient data structures used

    Maintainability

    • Code is readable and self-documenting
    • Functions are appropriately sized
    • No code duplication
    • Consistent naming conventions

    Testing

    • Unit tests cover new functionality
    • Edge cases are tested
    • Tests are meaningful, not just for coverage

    Best Practices

    • Prioritize security issues first
    • Focus on logic errors over style nitpicks
    • Consider the reviewer's time - highlight critical items
    • Adapt checklist to project maturity level
    Recommended Servers
    Context7
    Context7
    OpenZeppelin
    OpenZeppelin
    Microsoft Learn MCP
    Microsoft Learn MCP
    Repository
    erichowens/some_claude_skills
    Files