Agent skill · Code Review & Quality

hive.quality-monitor

Periodically self-assess output quality to catch degradation before the judge does.

aden-hivegithub.com/aden-hiveGitHub ↗
claude-codeApache-2.0
Install
npx skills add aden-hive/hive --skill quality-monitor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Declared author: hive
Path: core/framework/skills/_default_skills/quality-monitor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 10,850
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

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

What's inside
Steps it walks through
  1. Operational Protocol: Quality Self-Assessment
More from hive
All skills →
About this skill
What does the hive.quality-monitor skill do?

Periodically self-assess output quality to catch degradation before the judge does.

How do I install it?

Run `npx skills add aden-hive/hive --skill quality-monitor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From aden-hive/hive, a repository with 10,850 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going