Skip to main content
ClaudeWave
Skill10.5k repo starsupdated 14d ago

hive.quality-monitor

The hive.quality-monitor skill triggers periodic self-evaluation at configurable intervals to detect performance degradation in Claude outputs by checking task alignment, thoroughness, originality, consistency, and completeness. Use this when running extended operations where quality drift might go unnoticed until external evaluation, particularly in iterative workflows where maintaining standards across many steps is critical.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/aden-hive/hive /tmp/hive.quality-monitor && cp -r /tmp/hive.quality-monitor/core/framework/skills/_default_skills/quality-monitor ~/.claude/skills/hive.quality-monitor
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

## 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`.