Hive hive.quality-monitor
Periodically self-assess output quality to catch degradation before the judge does.
install
source · Clone the upstream repo
git clone https://github.com/aden-hive/hive
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aden-hive/hive "$T" && mkdir -p ~/.claude/skills && cp -r "$T/core/framework/skills/_default_skills/quality-monitor" ~/.claude/skills/aden-hive-hive-hive-quality-monitor && rm -rf "$T"
manifest:
core/framework/skills/_default_skills/quality-monitor/SKILL.mdsource content
Operational Protocol: Quality Self-Assessment
Every {{assessment_interval}} iterations, self-assess:
- On-task? Still working toward the stated objective?
- Thorough? Cutting corners compared to earlier?
- Non-repetitive? Producing new value or rehashing?
- Consistent? Latest output contradict earlier decisions?
- 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.