Code Review

🌐Community
by breaking-brake · vlatest · Repository

Analyzes backend code for braking system logic errors, ensuring safety and preventing unintended acceleration/deceleration.

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

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

~/.claude/settings.json
{
  "mcpServers": {
    "breaking-brake-code-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/breaking-brake-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, specifically designed to identify potential issues and suggest improvements in backend code. It can analyze code for common errors, style inconsistencies, and adherence to best practices. The goal is to improve code quality and reduce the risk of bugs making their way into production.

When to use it

  • Before merging a pull request: Automatically review changes before they are integrated into the main codebase.
  • During code refactoring: Ensure that modifications maintain code quality and don't introduce new issues.
  • For onboarding new developers: Provide automated feedback on their contributions, helping them learn coding standards.
  • To proactively identify potential vulnerabilities: Scan existing code for common security flaws.

Key capabilities

  • Automated Code Review
  • Backend Code Analysis
  • Error Identification
  • Style Consistency Checks
  • Best Practices Adherence

Example prompts

  • "Review this pull request and provide feedback."
  • "Analyze the following code snippet for potential errors."
  • "Check this file against our coding standards."

Tips & gotchas

The skill is optimized for backend code. Ensure that the provided code is properly formatted and includes sufficient context for accurate analysis.

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
24

🌐 Community

Passed automated security scans.