ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sa9saq/code-review-pro
Or

What 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

  1. "Perform a quick review on this React component to check for common linting issues and obvious bugs."
  2. "I'm refactoring our database connection logic. Please perform a Full Review, paying close attention to performance bottlenecks and security best practices."
  3. "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-review skill 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

Author@sa9saq
Stars1133
Views0
Updated2026-02-18
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sa9saq-code-review-pro": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#code-review#development#quality-assurance#debugging#programming
Safety Score: 4/5

Flags: file-read