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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install self-review - After installation, invoke the skill by name or use
/self-review - Provide required inputs per the skill's parameter spec and get structured output
What is Self Review?
Automatically evaluates and approves agent outputs based on clarity, conciseness, actionability, and structure using a rule-based system. It is an AI Agent Skill for Claude Code / OpenClaw, with 802 downloads so far.
How do I install Self Review?
Run "/install self-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Self Review free?
Yes, Self Review is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Self Review support?
Self Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Self Review?
It is built and maintained by leic8959-sudo (@leic8959-sudo); the current version is v1.0.0.