Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Give agents more agency

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    yu-iskw

    review-code

    yu-iskw/review-code
    Coding
    6

    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

    Review code changes for quality, security, and adherence to project conventions. Use after making code changes or when reviewing a pull request.

    SKILL.md

    Review Code

    Review the following code:

    $ARGUMENTS

    Review Scope

    1. Run git diff to identify changes (or examine specified files)
    2. Review each changed file against the checklist below
    3. Report findings organized by severity

    Review Checklist

    Correctness

    • Logic handles all cases including edge cases
    • Async operations properly awaited
    • Error handling is appropriate

    Security

    • No hardcoded secrets
    • Input validation at boundaries
    • No injection vectors (command, XSS, prompt)

    TypeScript Quality

    • Proper type annotations
    • No unnecessary any types
    • Interfaces defined for data structures

    Performance

    • No unnecessary re-renders (Vue components)
    • Efficient algorithms and data structures
    • Streaming used for AI responses

    Architecture

    • Follows project patterns (BaseAgent, StateGraph, tsoa)
    • Correct package boundaries
    • No circular dependencies

    Output

    Provide findings as:

    • 🔴 Critical: Must fix before merge
    • 🟡 Warning: Should fix
    • 🔵 Suggestion: Consider improving
    Recommended Servers
    OpenZeppelin
    OpenZeppelin
    bugAgent
    bugAgent
    Context7
    Context7
    Repository
    yu-iskw/llmops-demo-ts
    Files