← 返回 Skills 市场
8co

ReviewEvo

作者 8co · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
476
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install review-evo
功能描述
Self-improving code reviewer that learns your codebase over time. Analyzes git history, spots patterns, identifies risk — and gets smarter every run.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install review-evo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /review-evo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Add high-traffic search tags for better discoverability
v0.1.0
Initial release — self-improving code reviewer
元数据
Slug review-evo
版本 0.1.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

ReviewEvo 是什么?

Self-improving code reviewer that learns your codebase over time. Analyzes git history, spots patterns, identifies risk — and gets smarter every run. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 476 次。

如何安装 ReviewEvo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install review-evo」即可一键安装,无需额外配置。

ReviewEvo 是免费的吗?

是的,ReviewEvo 完全免费(开源免费),可自由下载、安装和使用。

ReviewEvo 支持哪些平台?

ReviewEvo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ReviewEvo?

由 8co(@8co)开发并维护,当前版本 v0.1.1。

💬 留言讨论