Fix Review

🌐Community
by trailofbits · vlatest · Repository

Automatically refactors code based on review feedback, incorporating suggestions and addressing concerns from human reviewers.

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

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

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

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

About This Skill

What it does

The fix-review skill is designed to analyze and provide feedback on code fixes, helping users identify potential issues in their proposed changes. It can review pull requests or code patches for correctness, security vulnerabilities, and adherence to best practices.

When to use it

  • Before submitting a pull request to ensure the code meets quality standards.
  • When reviewing a colleague's code fix for possible bugs or inefficiencies.
  • To check if a proposed patch introduces any security risks or violates coding conventions.

Key capabilities

  • Code correctness checks
  • Security vulnerability detection
  • Best practice adherence verification

Example prompts

  • "Review this pull request and highlight any potential issues."
  • "Check if this code fix introduces any security vulnerabilities."
  • "Analyze the proposed patch for compliance with our coding standards."

Tips & gotchas

  • Ensure the skill has access to the full context of the codebase for accurate analysis.
  • While it can detect many common issues, it may not catch all edge cases or domain-specific bugs.

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
trailofbits
Installs
411

🌐 Community

Passed automated security scans.