An automated code review tool that identifies bugs, security vulnerabilities, and style issues across multiple programming languages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-review-assistant
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-assistant 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 Assistant is a professional-grade tool designed to streamline the peer review process by automating the detection of critical software issues. As part of the Openclaw Skills ecosystem, it provides developers with immediate, actionable feedback on code quality, security posture, and architectural complexity. It bridges the gap between manual reviews and automated linting, ensuring that every commit meets high standards of excellence.
This skill supports a wide array of languages including JavaScript, TypeScript, Python, Go, Rust, Java, and C/C++, making it a versatile addition to any modern tech stack. By integrating these Openclaw Skills into your development environment, you can significantly reduce technical debt and accelerate your shipping velocity without sacrificing software reliability.
To begin using this skill within the Openclaw Skills suite, follow these steps:
Verify the environment and check for version compatibility:
# No extra dependencies required
code-review-assistant --version
Configure your preferred rule sets to match your project requirements:
# Enable security and performance checks while disabling style linting
code-review-assistant config --enable security,performance --disable style
# Set the minimum severity threshold for reporting
code-review-assistant config --severity high
(Optional) Create a .codereviewignore file in your root directory to exclude specific paths:
# Ignore dependencies and build artifacts
node_modules/
dist/
build/
The Code Review Assistant organizes analysis data into structured, readable reports. Key components include:
| Component | Description |
|---|---|
| Issue Priority | Classified into High (Red), Medium (Yellow), and Suggestion (Green) levels. |
| Category Tagging | Issues are tagged as Security, Performance, Best Practices, or Code Style. |
| Contextual Snippets | Includes original code blocks and suggested code fixes for comparison. |
| Metadata | Tracks file paths, line numbers, and language-specific context for every finding. |
These reports are generated in Markdown format for easy integration into CI/CD pipelines and documentation systems using Openclaw Skills.
Loading
A powerful automation skill for managing multi-cloud infrastructure through Infrastructure as Code templates and deployment pipelines.

A powerful generator to bootstrap professional Node.js CLI applications with industry-standard frameworks in seconds.

A high-speed CLI tool for scaffolding multi-functional Chrome extensions using various templates and tech stacks.

A streamlined framework for building, training, and deploying context-aware AI chatbots across various communication platforms using custom data.

A powerful CLI-driven framework for building, scheduling, and monitoring end-to-end ETL pipelines.

A versatile automation suite for generating code templates, reviews, and marketing content through Openclaw Skills.








































