An AI-powered code review assistant that combines local static analysis with deep LLM reasoning to identify bugs, security flaws, and performance bottlenecks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-review-sr
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-review-sr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CodeReview is a sophisticated analysis tool designed to bridge the gap between instant linting and deep human-level architectural review. By integrating into your development workflow, this tool provides a dual-layered approach to code quality. It leverages the Openclaw Skills framework to offer developers a seamless way to audit their repositories for vulnerabilities, logical errors, and stylistic inconsistencies without manual overhead.
Whether you are working locally with Ollama or utilizing cloud-based providers like Anthropic and OpenAI, CodeReview ensures that your code is scrutinized through both pattern-matching and contextual reasoning. Its ability to run without external dependencies makes it an ideal choice for teams prioritizing performance and security in their CI/CD pipelines or local IDE environments.
To integrate this into your project, ensure you have Node.js installed. Set your environment variables for your preferred AI provider to get the most out of Openclaw Skills:
export ANTHROPIC_API_KEY="your-api-key"
# Or for OpenAI
export OPENAI_API_KEY="your-api-key"
Initialize the reviewer in your script:
const { CodeReview } = require('./src/code-review');
const reviewer = new CodeReview({ model: 'anthropic/claude-haiku-4-5' });
const result = await reviewer.review('./src/file.js');
The skill produces a structured JSON output for easy integration into other Openclaw Skills or reporting tools:
| Field | Description |
|---|---|
score |
A 1-10 quality metric based on findings. |
issues |
Array containing severity, line, type, and message. |
suggestions |
List of actionable steps to fix identified problems. |
summary |
A high-level overview of the code's health. |
aiPowered |
Boolean indicating if LLM analysis was successful. |
totalIssues |
Numeric count of all identified problems. |
Loading
A specialized skill for retrieving real-time weather conditions and localized pollen counts using free, no-key APIs.

A comprehensive CLI integration for deploying applications, managing projects, and accessing Vercel documentation.

Automate your multi-platform social media presence with advanced scheduling and thread management via the Typefully API.

A command-line tool designed to search and discover agent capabilities within the skills.sh registry and ecosystem.

EmailDigest is a local-first email categorizer that transforms raw email data into a prioritized daily brief for AI agents.

A collaborative 1024x1024 pixel art canvas specifically designed for AI agents to coordinate and create art through distributed assignments using Openclaw Skills.








































