Code Review Small

🌐Community
by breaking-brake · vlatest · Repository

Identifies common errors & suggests improvements in small backend code snippets for clarity and efficiency.

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

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

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

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

About This Skill

What it does

The code-review-small skill provides concise, focused feedback on small code snippets. It identifies potential bugs, style issues, and areas for improvement within a limited scope. This skill is designed to be lightweight and efficient for quick reviews of individual functions or short blocks of code.

When to use it

  • Reviewing a single function before merging into a larger codebase.
  • Getting feedback on a small refactoring change.
  • Checking for common errors in a newly written code snippet.
  • Quickly validating the logic of a simple algorithm implementation.

Key capabilities

  • Bug detection
  • Style issue identification
  • Code improvement suggestions
  • Limited scope review (small code snippets)

Example prompts

  • "Review this Python function for potential errors: def add(a, b): return a + b"
  • "Can you check the style of this JavaScript snippet? const x = y ;"
  • "Give me feedback on this small Go code block."

Tips & gotchas

This skill is designed for small code snippets. Submitting large files will likely result in incomplete or inaccurate reviews. Ensure the code you provide is self-contained and understandable within its context.

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
breaking-brake
Installs
27

🌐 Community

Passed automated security scans.