Code Review

🌐Community
by sammcj · vlatest · Repository

Automates Python/Django backend code reviews, identifying potential bugs, style issues, and security vulnerabilities.

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

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

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

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

About This Skill

What it does

The sammcj-code-review skill provides automated feedback on code submissions, identifying potential bugs, style issues, and areas for improvement. It analyzes the provided code against established coding standards and best practices to ensure quality and maintainability. This skill aims to accelerate the development process by reducing manual review effort and improving overall code quality.

When to use it

  • Before submitting a pull request: Get an initial assessment of your changes before seeking human feedback.
  • For onboarding new developers: Ensure adherence to project coding standards from the start.
  • To identify common errors: Catch recurring mistakes and improve overall code consistency.
  • During refactoring efforts: Validate that changes maintain quality and don't introduce regressions.

Key capabilities

  • Automated bug detection
  • Style guide enforcement
  • Code complexity analysis
  • Adherence to best practices

Example prompts

  • "Review this Python code for potential errors and style issues: [paste code here]"
  • "Can you check this JavaScript function against the project's coding standards? [paste code here]"
  • "Analyze this Go file and suggest improvements for readability and performance. [paste code here]"

Tips & gotchas

The skill’s effectiveness depends on having clear, well-defined coding standards or best practices available to it. Providing context about the project's specific requirements will improve the quality of feedback.

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
sammcj
Installs
25

🌐 Community

Passed automated security scans.