← Back to Skills Marketplace
476
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install review-evo
Description
Self-improving code reviewer that learns your codebase over time. Analyzes git history, spots patterns, identifies risk — and gets smarter every run.
Usage Guidance
This skill generally does what it claims (uses git to analyze history and files), but it will read many repository files and write a persistent learnings file back into the repo without guidance to redact secrets or to exclude the file from commits. Before installing or invoking it: (1) run it in a disposable clone or branch to inspect behavior; (2) add .review-evo/ to .gitignore or review and remove sensitive lines from .review-evo/learnings.md before committing; (3) require the skill to ask for confirmation before reading or persisting files outside explicit review targets; and (4) if you need stronger guarantees, request the skill be updated to automatically redact secrets and to show a preview of any content it will write. If you plan to allow autonomous invocation, add the above safeguards first.
Capability Analysis
Type: OpenClaw Skill
Name: review-evo
Version: 0.1.1
The `SKILL.md` file instructs the agent to execute shell commands, specifically `git diff main...{branch}`, where `{branch}` is user-provided input. The skill does not include explicit instructions for sanitizing this user input before it's interpolated into the shell command. This creates a potential shell injection vulnerability, which could lead to Remote Code Execution (RCE) if the OpenClaw agent does not perform adequate input sanitization. While the commands are intended for a legitimate code review purpose, the lack of input sanitization for user-controlled arguments makes the skill suspicious due to this critical vulnerability risk.
Capability Assessment
Purpose & Capability
The name/description match the actions: it uses git to analyze history and repo files. Required binary (git) is appropriate and there are no unrelated environment variables or external dependencies requested.
Instruction Scope
The SKILL.md tells the agent to read arbitrary repository files, full git history, and to create/write .review-evo/learnings.md containing findings. There are no explicit controls to avoid reading or persisting secrets or other sensitive content, no guidance to redact or exclude files, and no instruction to avoid committing the learnings file. The skill also instructs to 'collect all data before drawing conclusions', which can cause large-scale reading of repo contents without per-file user confirmation.
Install Mechanism
Instruction-only; no install step, no downloads, and no third-party packages. This minimizes supply-chain risk.
Credentials
No environment variables or external credentials are requested, which is proportional. However, git output includes author names/timestamps and the instructions explicitly collect contributor and file histories — this is expected but may surface PII within review outputs and persisted learnings.
Persistence & Privilege
The skill writes a persistent file into the repository (.review-evo/learnings.md) and will create the .review-evo directory. While scope is limited to the repo, persisting findings can accidentally expose secrets or sensitive code analysis if the file is committed or shared. always:false mitigates forced inclusion, but the skill provides no safeguards (redaction, .gitignore advice, or user confirmation) around what gets stored.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install review-evo - After installation, invoke the skill by name or use
/review-evo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Add high-traffic search tags for better discoverability
v0.1.0
Initial release — self-improving code reviewer
Metadata
Frequently Asked Questions
What is ReviewEvo?
Self-improving code reviewer that learns your codebase over time. Analyzes git history, spots patterns, identifies risk — and gets smarter every run. It is an AI Agent Skill for Claude Code / OpenClaw, with 476 downloads so far.
How do I install ReviewEvo?
Run "/install review-evo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ReviewEvo free?
Yes, ReviewEvo is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ReviewEvo support?
ReviewEvo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ReviewEvo?
It is built and maintained by 8co (@8co); the current version is v0.1.1.
More Skills