Code Review

🌐Community
by diskd-ai · vlatest · Repository

Helps with AI, code review as part of developing backend services and APIs workflows.

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

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

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

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

About This Skill

What it does

This skill provides automated code review capabilities, identifying potential bugs and suggesting improvements. It analyzes code based on established best practices and common coding standards to ensure quality and maintainability. The tool aims to reduce the burden of manual code reviews for developers and improve overall code quality.

When to use it

  • Before submitting a pull request: Quickly identify issues before wider team review.
  • During onboarding new developers: Ensure adherence to project-specific coding standards.
  • For refactoring existing code: Evaluate changes against established best practices.
  • Automated CI/CD pipelines: Integrate into your workflow for continuous quality checks.

Key capabilities

  • Bug detection
  • Coding standard enforcement
  • Improvement suggestions
  • Code analysis based on best practices

Example prompts

  • "Review this Python code for potential errors and style issues."
  • "Analyze the following JavaScript function and suggest improvements to its efficiency."
  • "Check this Go file against our team's coding guidelines."

Tips & gotchas

The skill’s effectiveness depends on clear project-specific coding standards being provided or inferred. It is designed for backend code, so results may be less accurate when applied to frontend code.

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
diskd-ai
Installs
17

🌐 Community

Passed automated security scans.