Self Review
/install self-review
Self-Review Skill
Automatically review agent output quality before sending to user.
- Checks: clarity, conciseness, actionability, structure
- Simple rule-based engine (no API cost)
- Exit code 0 = approved, 1 = needs improvement
Usage
Pipe output to reviewer:
echo "Your response text" | node skills/self-review/index.js
Or integrate into agent pipeline (AGENTS.md step 6).
Configuration
Edit skills/self-review/index.js to adjust thresholds.
Advanced
For LLM-based review, see self-review-llm skill (separate package).
Author: dvinci达芬奇 (self-evolved) Version: 1.0.0 Tags: quality, automation, token-optimization
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Self Review 是什么?
Automatically evaluates and approves agent outputs based on clarity, conciseness, actionability, and structure using a rule-based system. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 802 次。
如何安装 Self Review?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-review」即可一键安装,无需额外配置。
Self Review 是免费的吗?
是的,Self Review 完全免费(开源免费),可自由下载、安装和使用。
Self Review 支持哪些平台?
Self Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self Review?
由 leic8959-sudo(@leic8959-sudo)开发并维护,当前版本 v1.0.0。