RedHat Code Review
/install axodus-code-review
SKILL: code-review
Purpose
Analyze code (or a diff) to detect bugs, security issues, performance problems, and maintainability risks, then propose concrete improvements.
When to Use
- Reviewing a PR/diff before merging.
- A bug is suspected but not yet reproduced.
- Hardening/security pass is requested.
Inputs
scope(required, string): files, diff, or code snippet to review.intent(optional, string): what the code is supposed to do.constraints(optional, string[]): security/perf/compat constraints.risk_tolerance(optional, enum:low|medium|high).
Steps
- Identify entrypoints, invariants, and trust boundaries.
- Check correctness:
- edge cases
- error handling
- concurrency/races (if applicable)
- Check security:
- input validation
- authz/authn
- secrets handling
- injection risks
- Check performance and resource usage:
- hotspots
- unbounded loops/data growth
- Check maintainability:
- naming
- duplication
- test coverage gaps
- Produce a prioritized, actionable report.
Validation
- Findings include concrete evidence (line references, behavior, or reproducible scenario).
- Suggestions are compatible with stated constraints.
- Distinguish “must-fix†from “nice-to-haveâ€.
Output
Review report (example schema):
summary: "\x3C1 paragraph>"
findings:
- id: "CR-001"
severity: "high|medium|low"
category: "bug|security|perf|maintainability"
issue: "\x3Cwhat>"
impact: "\x3Cwhy it matters>"
recommendation: "\x3Chow to fix>"
Safety Rules
- Do not claim vulnerabilities without evidence.
- Do not recommend unsafe patterns (e.g., disabling validation to “make it workâ€).
- Prefer minimal, targeted fixes.
Example
Input:
scope: “diff for auth middlewareâ€
Output:
- findings include missing
audiencecheck on JWTs and a failing negative test case.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install axodus-code-review - After installation, invoke the skill by name or use
/axodus-code-review - Provide required inputs per the skill's parameter spec and get structured output
What is RedHat Code Review?
Review code for correctness, security, performance, and maintainability. It is an AI Agent Skill for Claude Code / OpenClaw, with 58 downloads so far.
How do I install RedHat Code Review?
Run "/install axodus-code-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is RedHat Code Review free?
Yes, RedHat Code Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does RedHat Code Review support?
RedHat Code Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created RedHat Code Review?
It is built and maintained by Mauricio Z. (@mzfshark); the current version is v1.0.0.