Code Review

🌐Community
by luongnv89 · vlatest · Repository

Analyzes backend code for potential bugs, performance issues, and adherence to coding standards using automated checks.

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

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

~/.claude/settings.json
{
  "mcpServers": {
    "luongnv89-code-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/luongnv89-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 submitted code, identifies potential issues like bugs and style violations, and suggests improvements. The goal is to improve code quality and reduce the time spent on manual reviews.

When to use it

  • Reviewing pull requests before merging into a main branch.
  • Automating checks for new contributions from external developers.
  • Ensuring consistent coding standards across a team.
  • Identifying potential security vulnerabilities in newly written code.

Key capabilities

  • Automated analysis of submitted code
  • Identification of bugs and style violations
  • Suggestion of improvements

Example prompts

  • "Review this Python code for PEP 8 compliance."
  • "Analyze this JavaScript function for potential errors."
  • "Can you identify any security vulnerabilities in this Go module?"

Tips & gotchas

This skill requires access to the codebase being reviewed. Ensure proper permissions are configured for the AI agent to effectively analyze and provide feedback on the 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
luongnv89
Installs
20

🌐 Community

Passed automated security scans.