Skip to main content
ClaudeWave
Skill10.5k estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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