Install
openclaw skills install self-reviewAutomatically evaluates and approves agent outputs based on clarity, conciseness, actionability, and structure using a rule-based system.
openclaw skills install self-reviewAutomatically review agent output quality before sending to user.
Pipe output to reviewer:
echo "Your response text" | node skills/self-review/index.js
Or integrate into agent pipeline (AGENTS.md step 6).
Edit skills/self-review/index.js to adjust thresholds.
For LLM-based review, see self-review-llm skill (separate package).
Author: dvinci达芬奇 (self-evolved) Version: 1.0.0 Tags: quality, automation, token-optimization