Code Review Pro

🌐Community
by onewave-ai · vlatest · Repository

Automated code review focusing on performance, security vulnerabilities, and adherence to best practices in backend systems.

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-pro npx -- -y @trustedskills/code-review-pro
2

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

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

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

About This Skill

What it does

The code-review-pro skill enables AI agents to analyze, evaluate, and provide feedback on code written in various programming languages. It identifies potential bugs, performance issues, security vulnerabilities, and style inconsistencies, helping developers improve the quality of their code.

When to use it

  • Before merging a pull request to ensure code meets quality standards
  • To identify hidden bugs or inefficiencies in legacy codebases
  • When preparing for code audits or compliance checks

Key capabilities

  • Detects syntax errors and logical flaws
  • Suggests performance optimizations
  • Highlights security risks like SQL injection or XSS vulnerabilities
  • Enforces coding style and best practices

Example prompts

  • "Review this Python script for potential bugs and suggest improvements."
  • "Check the JavaScript function for security vulnerabilities."
  • "Analyze this C++ code for memory leaks and optimize where possible."

Tips & gotchas

  • Ensure the code being reviewed is well-formatted and includes relevant context.
  • While the skill provides strong recommendations, always validate suggestions with manual testing or peer review.

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
onewave-ai
Installs
1.5k

🌐 Community

Passed automated security scans.