Code Reviewer is an AI-powered utility that analyzes staged git changes to identify bugs, security vulnerabilities, and code smells before submission.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-reviewer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install code-reviewer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Code Reviewer provides an automated layer of quality control for developers by leveraging artificial intelligence to inspect code diffs. It integrates seamlessly into the standard development workflow by focusing specifically on staged git changes, ensuring that only high-quality, bug-free code reaches the pull request stage. As a vital component of the Openclaw Skills ecosystem, this tool helps developers maintain professional standards and catch logic errors without the need for a manual peer review.
By providing color-coded feedback, Code Reviewer categorizes findings into critical issues, warnings, suggestions, and positive reinforcement for clean code. This allows developers to prioritize fixes based on severity. Whether you are working on a complex refactor or a simple bug fix, incorporating this into your Openclaw Skills repertoire ensures your contributions are robust and secure.
To start using this tool as part of your Openclaw Skills toolkit, ensure you have Node.js installed and follow these steps:
# Stage your changes first
git add -A
# Run the AI-powered review
npx ai-code-review
The skill processes git metadata and source code diffs to produce structured diagnostic feedback. The data organization is outlined below:
| Data Point | Type | Description |
|---|---|---|
| Staged Diffs | Input | The raw code changes currently in the git staging area. |
| Severity Labels | Metadata | Tags assigned to feedback: Critical, Warning, Suggestion, or Good. |
| Logic Analysis | String | AI-generated explanations of potential bugs or anti-patterns found. |
| Remediation | Markdown | Actionable code snippets suggested to resolve identified issues. |
Loading
A powerful CLI utility that translates complex source code into human-readable explanations at multiple technical levels.

An AI-powered utility that generates complete Cloudflare Workers code and wrangler.toml configurations from natural language prompts.

A high-performance CLI tool to instantly generate Cloudflare Workers code and wrangler.toml configurations from natural language prompts.

A comprehensive security scanner and hardening toolkit designed to protect Clawdbot and Moltbot installations from external threats and data exposure.

An AI-powered code reviewer that delivers brutal humor alongside actionable technical feedback to improve your codebase.

An AI-driven CLI tool that generates jscodeshift scripts to automate complex, large-scale code refactoring via natural language commands.








































