Code Quality Review

🌐Community
by dauquangthanh · vlatest · Repository

Analyzes backend code for potential bugs, style violations, and performance bottlenecks using established best practices.

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

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

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

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

About This Skill

The code-quality-review skill analyzes source code to identify bugs, security vulnerabilities, and adherence to best practices. It provides actionable feedback to help developers maintain clean, efficient, and secure backend systems.

When to use it

  • Before merging a pull request to catch logic errors early in the workflow.
  • During code refactoring to ensure new implementations follow established style guides.
  • When auditing legacy codebases for potential security risks or performance bottlenecks.
  • To validate that third-party integrations meet specific architectural standards.

Key capabilities

  • Detects common coding errors and logical flaws in backend scripts.
  • Identifies security vulnerabilities such as injection points or weak authentication patterns.
  • Enforces code style consistency across different modules and languages.
  • Suggests optimizations for memory usage and execution speed.

Example prompts

  • "Review this Python Flask module for SQL injection risks and suggest fixes."
  • "Analyze the provided Node.js API handler for race conditions and performance issues."
  • "Check if this Go service implementation follows our team's concurrency best practices."

Tips & gotchas

Ensure you provide complete context or relevant configuration files, as isolated snippets may yield incomplete security assessments. This skill complements automated linters but should not replace human code reviews for complex architectural decisions.

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
dauquangthanh
Installs
29

🌐 Community

Passed automated security scans.