Code Review

🌐Community
by taira0222 · vlatest · Repository

Analyzes backend code for potential bugs, security vulnerabilities, and style inconsistencies, 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 taira0222-code-review npx -- -y @trustedskills/taira0222-code-review
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "taira0222-code-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/taira0222-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. It analyzes provided code snippets, identifies potential issues like style violations and bugs, and suggests improvements based on established coding standards. The goal is to improve code quality and reduce the burden of manual code reviews for developers.

When to use it

  • Reviewing pull requests before merging into a main branch.
  • Identifying potential vulnerabilities in newly written code.
  • Ensuring adherence to specific coding style guides within a project.
  • Automating repetitive code review tasks, freeing up developer time.

Key capabilities

  • Code analysis
  • Style violation detection
  • Bug identification
  • Improvement suggestions
  • Coding standard enforcement

Example prompts

  • "Review this Python function for potential errors and style issues: [code snippet]"
  • "Can you check this JavaScript code against the Airbnb style guide?"
  • "Analyze this Go code and suggest improvements."

Tips & gotchas

The skill's effectiveness depends on providing clear, well-formatted code. While it can identify many common issues, it may not catch all potential problems requiring human judgment.

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
taira0222
Installs
3

🌐 Community

Passed automated security scans.