Quality monitor
Skill aden-hive/hive/core/framework/skills/_default_skills/quality-monitor
Periodically self-assess output quality to catch degradation before the judge does.From its SKILL.md
npx -y skills add aden-hive/hive --skill quality-monitorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 115 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.