Install
openclaw skills install code-review-assistant-2AI-powered code review assistant that analyzes pull requests, identifies potential bugs, security issues, code quality problems, and provides actionable improvement suggestions. Use when reviewing PRs, auditing code changes, or ensuring code quality standards.
openclaw skills install code-review-assistant-2An 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 asked to review code, first gather context:
Analyze the code systematically using the checklist
Provide structured feedback with severity levels
## 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]