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
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill self-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Self Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-self-review)More formats (shields.io, HTML) on the badges page.
# 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:
```bash
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!