rey-code-review
Comprehensive code review for quality, security, and best practices. Quick review for small changes, full review for large changes.
Why use this skill?
Enhance your coding workflow with rey-code-review. Get automated, tiered feedback on code quality, security, and performance for every project size.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/code-review-proWhat This Skill Does
The rey-code-review skill acts as an intelligent assistant designed to enhance software development workflows by providing structured, tiered code reviews. It is engineered to evaluate code for quality, security, and adherence to modern best practices. Depending on the scope of the changes, the skill dynamically scales its analysis—offering quick checks for minor updates or deep, architecture-level scrutiny for large-scale features. It systematically categorizes findings into severity levels (CRITICAL to NIT) to help developers prioritize fixes effectively, ensuring that critical security vulnerabilities are never overlooked.
Installation
To install this skill, use the OpenClaw CLI in your terminal:
clawhub install openclaw/skills/skills/sa9saq/code-review-pro
Once installed, the skill integrates directly into your agent's capability set, ready to process code snippets or file references immediately.
Use Cases
- Quality Assurance: Automated verification of code against project standards before pull request submission.
- Security Hardening: Identifying potential injection points or insecure data handling practices.
- Onboarding/Learning: Helping junior developers understand why specific patterns are discouraged by providing actionable, educational feedback.
- Refactoring: Validating that complex architectural changes maintain performance, scalability, and clean modular structures.
- Post-Incident Debugging: Reviewing patches to ensure they don't introduce regression or side effects.
Example Prompts
- "Perform a quick review on this React component to check for common linting issues and obvious bugs."
- "I'm refactoring our database connection logic. Please perform a Full Review, paying close attention to performance bottlenecks and security best practices."
- "Review these four files; I want to ensure my error handling logic is robust and follows the standard project architecture."
Tips & Limitations
- Context is Key: Providing the file context and the intent behind the code significantly improves the accuracy of the review.
- Security Limits: While this skill provides excellent security oversight, it is best used in tandem with the dedicated
security-reviewskill for high-compliance environments. - Optimization: Avoid over-optimizing code that isn't performance-critical. Follow the mantra: 'Measure, then optimize.'
- Human Oversight: The tool acts as a reviewer, not a replacement for human judgment. Always verify suggested critical fixes before applying them to production codebases.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sa9saq-code-review-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.