Code Review

🌐Community
by block · vlatest · Repository

Analyzes block-based code for errors, inefficiencies, and adherence to style guidelines, suggesting 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 block-code-review npx -- -y @trustedskills/block-code-review
2

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

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

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

About This Skill

What it does

This skill enables AI agents to perform automated code reviews, analyzing source code for quality, security issues, and best practices. It helps identify potential bugs, style violations, and maintainability concerns in backend development workflows.

When to use it

  • Before merging pull requests to catch issues early in the development cycle
  • During codebase audits to assess overall code quality and consistency
  • When integrating new developers to ensure they follow team coding standards
  • For security scanning to identify vulnerabilities before deployment

Key capabilities

  • Automated static code analysis
  • Security vulnerability detection
  • Code style and formatting checks
  • Maintainability assessment
  • Best practices validation

Example prompts

"Review this function for potential security vulnerabilities and suggest improvements."

"Analyze the entire backend module for code quality issues and

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
block
Installs
44

🌐 Community

Passed automated security scans.