Code Review & Fix for Openclaw

A comprehensive AI auditing tool that identifies code vulnerabilities, enforces style guides, and provides automated one-click fixes using Openclaw Skills.

landyun
v1.0.0
Mar 6, 2026
0
4.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install code-review-fix

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install code-review-fix using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Code Review & Fix?

Code Review & Fix is a sophisticated diagnostic tool designed to maintain high standards of code hygiene without the manual overhead of traditional peer reviews. By integrating with Openclaw Skills, this agent analyzes source code in real-time to detect logic errors, security vulnerabilities, and performance bottlenecks. It serves as both a mentor and a collaborator, helping teams reduce technical debt and optimize their software development lifecycle through intelligent automation and multi-language support.

Code Review & Fix Use Cases

  • Identifying critical logic bugs and runtime errors before they reach production.
  • Conducting automated security audits to detect common vulnerabilities and exploits.
  • Enforcing consistent coding styles and best practices across a distributed team.
  • Optimizing code performance by identifying inefficient algorithms or resource leaks.
  • Streamlining the onboarding of new developers through automated code explanations.

How Code Review & Fix Works

  1. The developer triggers the skill by using the /code-review command within their terminal or IDE.
  2. The system, utilizing Openclaw Skills, scans the specified file or directory to build an abstract syntax tree and identify code patterns.
  3. The agent evaluates the code against a vast database of industry-standard security protocols and performance benchmarks.
  4. A detailed report is generated, highlighting issues by severity and providing clear remediation steps.
  5. If requested, the agent autonomously applies patches to resolve identified issues directly.

Code Review & Fix Setup

To start using the skill, ensure your environment is configured to access your project files. Run the basic review command to verify installation:

/code-review

For advanced usage and to manage your usage credits beyond the initial three free requests, visit skillpay.me to integrate your Openclaw Skills account.

Code Review & Fix Data Schema & Taxonomy

The skill produces structured data and files to help manage the remediation process:

  • Issue Reports: A detailed breakdown of bugs, security flaws, and style violations with line-level precision.
  • Automated Patches: Git-compatible diffs generated when the --fix flag is utilized.
  • Security Metadata: Taxonomy of vulnerabilities mapped to standard security classifications.
  • Explanatory Logs: Contextual data explaining the logic behind specific fixes or suggestions.

Code Review & Fix Advanced Features

  • Auto-Fixing: Use the --fix parameter to allow the agent to autonomously correct bugs and refactor code.
  • Security Focus: Isolate high-risk vulnerabilities specifically by using the --security flag.
  • Educational Explanations: Deploy the --explain mode to receive deep-dive tutorials on why certain code patterns are problematic.
  • Multi-Language Support: Broad compatibility across various programming languages supported by the Openclaw Skills ecosystem.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*