Code Review

🌐Community
by davila7 · vlatest · Repository

Automates Python/Java backend code reviews, identifying potential bugs, style issues, and suggesting improvements based on 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 davila7-code-review npx -- -y @trustedskills/davila7-code-review
2

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

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

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

About This Skill

What it does

The davila7-code-review skill enables AI agents to analyze and provide feedback on backend code. It identifies potential bugs, performance issues, and style inconsistencies, helping developers improve code quality before deployment.

When to use it

  • Before merging a pull request to catch issues early in the development cycle
  • When refactoring legacy code to ensure consistency and maintainability
  • To review third-party or contributed code for adherence to project standards
  • During sprint planning to assess technical debt in existing codebases

Key capabilities

  • Static code analysis for common backend languages (e.g., Python, JavaScript)
  • Detection of potential bugs and edge cases
  • Performance optimization suggestions
  • Code style and formatting checks based on standard conventions
  • Integration with version control systems for automated reviews

Example prompts

  • "Review this Python function for possible memory leaks or performance issues."
  • "Check the Node.js code for adherence to PEP8 standards and suggest fixes."
  • "Analyze this REST API endpoint implementation for security vulnerabilities."

Tips & gotchas

  • Ensure that the code being reviewed is up-to-date with the latest branch to avoid outdated analysis.
  • While the skill provides helpful suggestions, it should not replace manual testing or peer review for critical systems.

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
davila7
Installs
211

🌐 Community

Passed automated security scans.