Code Review Assistant
/install code-review-assistant-2
Code Review Assistant
Description
An AI-powered code review assistant that analyzes pull requests, identifies potential bugs, security vulnerabilities, code quality issues, and provides actionable improvement suggestions. This skill helps maintain code quality standards and catch issues before they reach production.
When to Use
- Reviewing pull requests for potential issues
- Auditing code changes for security vulnerabilities
- Ensuring code follows best practices and style guides
- Identifying performance bottlenecks
- Checking for test coverage gaps
- Validating code complexity
Review Checklist
Security Issues
- SQL injection vulnerabilities
- XSS (Cross-Site Scripting) risks
- Authentication/authorization flaws
- Sensitive data exposure
- Insecure dependencies
Code Quality
- Code duplication
- Function/class complexity
- Naming conventions
- Comment quality
- Error handling
- Resource management
Performance
- N+1 query problems
- Unnecessary re-renders
- Memory leaks
- Inefficient algorithms
- Missing caching opportunities
Best Practices
- Test coverage
- Documentation completeness
- API consistency
- Error handling patterns
- Type safety
How to Use
-
When asked to review code, first gather context:
- The programming language and framework
- The files/functions changed
- The purpose of the changes
-
Analyze the code systematically using the checklist
-
Provide structured feedback with severity levels
Output Format
## Code Review Summary
### Overview
[Brief description of what the PR does]
### Issues Found
#### Critical (🔴)
- [Issue with location and fix suggestion]
#### High (🟠)
- [Issue with location and fix suggestion]
#### Medium (🟡)
- [Issue with location and fix suggestion]
#### Low (🟢)
- [Minor suggestions]
### Positive Aspects
- [What was done well]
### Recommendations
- [Additional suggestions]
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install code-review-assistant-2 - After installation, invoke the skill by name or use
/code-review-assistant-2 - Provide required inputs per the skill's parameter spec and get structured output
What is Code Review Assistant?
AI-powered code review assistant that analyzes pull requests, identifies potential bugs, security issues, code quality problems, and provides actionable impr... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install Code Review Assistant?
Run "/install code-review-assistant-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Code Review Assistant free?
Yes, Code Review Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Code Review Assistant support?
Code Review Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Code Review Assistant?
It is built and maintained by huajianjiu (@huajianjiu000); the current version is v0.1.0.