Code Reviewer

🌐Community
by sickn33 · vlatest · Repository

This AI analyzes your backend code for potential bugs, vulnerabilities, and style issues, improving 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 sickn33-code-reviewer npx -- -y @trustedskills/sickn33-code-reviewer
2

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

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

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

About This Skill

The code-reviewer skill acts as an automated peer reviewer for AI agents, analyzing submitted code to identify bugs, security vulnerabilities, and style inconsistencies before integration. It provides immediate feedback on logic errors and adherence to best practices within backend development workflows.

When to use it

  • Before merging a pull request in a collaborative backend project.
  • When an AI agent generates new functions or refactors existing legacy code.
  • To validate that third-party library integrations follow security standards.
  • During the initial drafting phase of complex algorithms to catch logical flaws early.

Key capabilities

  • Automated syntax and logic error detection.
  • Security vulnerability scanning in backend scripts.
  • Code style consistency checking against team standards.
  • Context-aware suggestions for refactoring inefficient loops or queries.

Example prompts

  • "Review this Python function for potential race conditions and memory leaks."
  • "Analyze the following Node.js API endpoint for SQL injection risks."
  • "Check if this Rust implementation adheres to our project's formatting guidelines."

Tips & gotchas

Ensure the skill has access to the full context of the codebase, as isolated snippets may miss dependencies that cause runtime errors. While effective at catching common patterns, it should not replace human judgment for complex architectural decisions or nuanced business logic validation.

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
sickn33
Installs
161

🌐 Community

Passed automated security scans.