A multi-dimensional framework for AI agents to conduct rigorous code reviews covering security, performance, correctness, and maintainability.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-review
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Code Review Checklist is a professional-grade module designed for AI coding agents to perform exhaustive, structured audits of source code. Unlike basic linters, these Openclaw Skills provide a reasoning-based approach that evaluates code across seven critical dimensions, including security vulnerabilities, architectural alignment, and long-term maintainability. It transforms the review process from a random scan into a systematic lifecycle that identifies logic errors and edge cases before they reach production.
By integrating these Openclaw Skills, development teams can enforce high-quality engineering standards automatically. The skill provides a clear vocabulary for feedback through severity levels, ensuring that developers know exactly which issues are merge-blockers and which are simple suggestions for improvement. It is an essential tool for any team looking to scale their review capacity without sacrificing depth or security.
To deploy this module within your agent environment, install the code-review package using the following command to access these Openclaw Skills:
npx clawhub@latest install code-review
| Component | Description |
|---|---|
| Review Dimensions | A taxonomy of 7 focuses: Security, Performance, Correctness, Maintainability, Testing, Accessibility, and Docs. |
| Checklists | Granular boolean checks for vulnerabilities (CSRF, XSS), performance (N+1 queries, memory leaks), and logic (race conditions). |
| Severity Schema | A prefix-based classification system: [CRITICAL], [MAJOR], [MINOR], and [NIT]. |
| Feedback Loop | A set of principles ensuring comments are specific, explanatory, and actionable. |
Loading
A specialized technical writing assistant for Openclaw Skills that produces concise, high-force prose for documentation, APIs, and reports.

A pragmatic framework for writing maintainable code through strict naming conventions, small functions, and architectural safety checks.

A comprehensive technical framework for implementing multi-layer caching architectures, from browser headers to distributed Redis clusters.

An automated development assistant for generating production-ready Uniswap V4 hooks, tests, and deployment scripts.

A developer-focused utility for generating reusable slash commands and structured markdown workflows for AI coding agents.

Analyze and rank Uniswap liquidity pools across versions and fee tiers to find the most profitable trading or liquidity provision opportunities.








































