Code Review Master

🌐Community
by tomlord1122 · vlatest · Repository

Automates thorough backend code reviews, identifying bugs, security vulnerabilities, and suggesting performance improvements.

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

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

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

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

About This Skill

What it does

The code-review-master skill provides automated feedback on code submissions, identifying potential bugs and suggesting improvements. It analyzes code for style inconsistencies, common errors, and adherence to best practices. This helps developers improve code quality and reduce technical debt by catching issues early in the development cycle.

When to use it

  • Pull Request Review: Use this skill to automatically review pull requests before merging them into a main branch.
  • Code Style Enforcement: Ensure all team members adhere to consistent coding standards across projects.
  • New Developer Onboarding: Help new developers quickly learn and apply project-specific coding guidelines.
  • Automated Testing Integration: Integrate with existing automated testing pipelines for comprehensive code quality checks.

Key capabilities

  • Automated bug detection
  • Style guide enforcement
  • Best practices suggestions
  • Code analysis

Example prompts

  • "Review this pull request: [link to pull request]"
  • "Check the style of this file: [file path]"
  • "Analyze this code for potential errors and suggest improvements: [code snippet]"

Tips & gotchas

The skill's effectiveness depends on having clear coding standards defined. Without established guidelines, the suggestions may be less relevant or even incorrect.

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
tomlord1122
Installs
20

🌐 Community

Passed automated security scans.