Periodically self-assess output quality to catch degradation before the judge does.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add adenhq/hive --skill quality-monitor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quality Monitor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/adenhq-quality-monitor)More formats (shields.io, HTML) on the badges page.
---
name: hive.quality-monitor
description: Periodically self-assess output quality to catch degradation before the judge does.
metadata:
author: hive
type: default-skill
visibility: [worker]
---
## Operational Protocol: Quality Self-Assessment
Every {{assessment_interval}} iterations, self-assess:
1. On-task? Still working toward the stated objective?
2. Thorough? Cutting corners compared to earlier?
3. Non-repetitive? Producing new value or rehashing?
4. Consistent? Latest output contradict earlier decisions?
5. Complete? Tracking all items, or silently dropped some?
If degrading: write assessment to `_quality_log`, re-read `_working_notes`,
change approach explicitly. If acceptable: brief note in `_quality_log`.
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!