Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    rafaelcalleja

    code-analyzer

    rafaelcalleja/code-analyzer
    Coding
    2
    9 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

    This skill should be used when the user asks to "analyze code", "review code quality", "check code structure", "find code patterns", or mentions code analysis without making changes.

    SKILL.md

    Code Analyzer

    Analyze code structure and patterns without making modifications.

    Capabilities

    • Analyze code organization and architecture
    • Find patterns and anti-patterns
    • Check naming conventions
    • Identify potential issues
    • Review documentation quality

    Workflow

    Step 1: Discover Files

    Use Glob to find relevant source files:

    # Find all TypeScript files
    *.ts, **/*.ts
    
    # Find all Python files
    *.py, **/*.py
    

    Step 2: Analyze Structure

    Use Read to examine file contents and understand:

    • Module organization
    • Class hierarchies
    • Function signatures
    • Import patterns

    Step 3: Search Patterns

    Use Grep to find specific patterns:

    • Error handling patterns
    • Logging practices
    • API usage
    • Configuration access

    Step 4: Report Findings

    Provide analysis covering:

    • Code organization
    • Naming conventions
    • Potential issues
    • Improvement suggestions

    Analysis Checklist

    • Code structure and organization
    • Naming conventions followed
    • Comment quality
    • Potential bugs or issues
    • Performance considerations
    • Security concerns

    Additional Resources

    Reference Files

    For detailed analysis patterns:

    • references/patterns.md - Common code patterns to identify
    • references/anti-patterns.md - Issues to flag
    Recommended Servers
    Vercel Grep
    Vercel Grep
    Codeinterpreter
    Codeinterpreter
    Context7
    Context7
    Repository
    rafaelcalleja/claude-market-place
    Files