Code Review Large

🌐Community
by breaking-brake · vlatest · Repository

Analyzes large codebases for potential bugs, performance bottlenecks, and adherence to backend coding standards.

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

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

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

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

About This Skill

What it does

The code-review-large skill provides comprehensive automated code review capabilities. It analyzes code for potential bugs, style violations, and security vulnerabilities, offering detailed feedback to improve code quality. This skill is designed for larger projects and complex codebases where a more thorough review is necessary.

When to use it

  • Reviewing pull requests before merging into the main branch.
  • Identifying potential performance bottlenecks in critical code paths.
  • Ensuring adherence to coding standards within a team or organization.
  • Automating initial code quality checks during development sprints.

Key capabilities

  • Bug detection
  • Style violation checking
  • Security vulnerability assessment
  • Detailed feedback generation

Example prompts

  • "Review this Python script for potential errors and style issues: [code snippet]"
  • "Perform a security review of this JavaScript function: [code snippet]"
  • "Analyze this C++ code for performance bottlenecks."

Tips & gotchas

This skill is best suited for larger codebases due to its comprehensive analysis. Ensure the AI agent has access to relevant coding style guides or project-specific rules for optimal results.

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
breaking-brake
Installs
26

🌐 Community

Passed automated security scans.