Code Reviewer

🏢Official
by google-gemini · vlatest · Repository

This Code Reviewer analyzes your backend code for potential bugs and style issues, boosting code quality and reducing errors.

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

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

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

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

About This Skill

What it does

The code-reviewer skill enables AI agents to analyze and provide feedback on software code. It identifies potential bugs, suggests improvements in code structure, and ensures adherence to best practices and coding standards.

When to use it

  • Before merging a pull request to catch issues early
  • To improve the quality of legacy code during refactoring
  • As part of an automated CI/CD pipeline for continuous feedback
  • When mentoring developers who are new to a project or language

Key capabilities

  • Detects syntax errors and logical flaws in code
  • Provides suggestions for improving readability and performance
  • Enforces coding standards and style guidelines
  • Highlights security vulnerabilities and potential edge cases

Example prompts

  • "Review this Python function for possible bugs and suggest improvements."
  • "Check the JavaScript code for adherence to ESLint rules."
  • "Analyze this C++ class for memory leaks and optimization opportunities."

Tips & gotchas

  • Ensure that the code being reviewed is well-documented, as the AI may struggle with poorly written or ambiguous comments.
  • The skill works best when provided with clear context about the project's goals and constraints.

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
google-gemini
Installs
2.9k

🏢 Official

Published by the company or team that built the technology.