Code Review Expert

🌐Community
by sanyuan0704 · vlatest · Repository

Analyzes backend code for bugs, inefficiencies, and style violations, suggesting improvements aligned with best practices.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add code-review-expert npx -- -y @trustedskills/code-review-expert
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "code-review-expert": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/code-review-expert"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The code-review-expert skill enables AI agents to analyze and evaluate backend code for quality, performance, security, and best practices. It identifies potential bugs, suggests improvements, and ensures the code aligns with industry standards.

When to use it

  • Before merging a pull request in a collaborative development environment.
  • To assess third-party or legacy code for integration into an existing project.
  • During code refactoring to ensure clean, maintainable architecture.
  • When preparing documentation or training materials on best practices.

Key capabilities

  • Detects common coding errors and logical flaws.
  • Provides suggestions for performance optimization.
  • Checks adherence to security standards (e.g., input validation, authentication).
  • Offers style and formatting recommendations based on established conventions.

Example prompts

  • "Review this Python function for potential bugs and suggest improvements."
  • "Analyze the Node.js code for security vulnerabilities and best practice violations."
  • "Evaluate the efficiency of this SQL query and propose optimizations."

Tips & gotchas

  • Ensure the AI agent has access to relevant project documentation or context for accurate analysis.
  • While the skill is highly effective, it may not catch nuanced issues that require deep domain-specific knowledge.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sanyuan0704
Installs
3.2k

🌐 Community

Passed automated security scans.