Hermes skill quality gate
Universal quality/eval gate for any AI or agent output before it is published, used, sent, automated, or turned into a decision. Use when the user asks to check quality, anti-slop, eval, output readiness, publication readiness, agent/product output safety, decision quality, or whether something should PASS/REVISE/BLOCK/ESCALATE.From its SKILL.md
npx -y skills add web3blind/hermes-skill-quality-gateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
4.4 KB, 936 tokens by cl100k_base, as published. Nobody here has run it
quality-gate
Universal output quality gate.
Use this skill to evaluate any output before it moves forward: a post, article, research summary, product/agent response, JSON/API result, code-delivery summary, trading/investment decision, cron result, or operational recommendation.
This skill is not a writer, trader, publisher, or executor. It is a quality contract: decide whether the output is good enough to ship/use, what blocks it, and the smallest fix needed.
Core model
Do not hardcode domains into the evaluation logic. Always evaluate through:
- Core criteria.
- Strictness level based on consequences.
- Optional profile weights.
- Lightweight domain blockers when needed.
Load references when doing a real gate:
references/core-rubric.md— universal criteria.references/strictness.md— consequence-based gate levels.references/profile-format.md— profile/overlay model.references/failure-taxonomy.md— common anti-slop failures.references/output-format.md— response formats.
Workflow
- Identify the artifact being evaluated and its intended use.
- Choose strictness:
- 0: note/draft/private thinking.
- 1: normal response or internal summary.
- 2: publish/use gate.
- 3: high-stakes: money, security, privacy, production, legal/medical/financial risk.
- Select profile if obvious, otherwise use
generic:- examples: content, product-output, decision, research, code-delivery, cron-report.
- Profiles change weights and blockers only; they do not replace core criteria.
- Score core criteria from 0 to 1:
- purpose_fit;
- evidence_grounding;
- specificity;
- risk_reversibility;
- format_usability;
- audience_context_fit;
- novelty_value.
- Check domain blockers if relevant.
- Return verdict:
- PASS — good enough for intended use.
- REVISE — fixable issues; provide minimum fix.
- BLOCK — not safe/useful enough without missing facts, source, format, or scope change.
- ESCALATE — requires the user/human approval or a higher-authority decision.
- If output fails, name exact blocking issues and smallest next action.
- If this is high-stakes, default to conservative judgment and explicit approval before action.
Verdict rules
- PASS requires no blockers and the score threshold for the strictness level.
- REVISE when issues are fixable without new user/source information.
- BLOCK when facts are missing, claims are ungrounded, format is invalid for downstream use, or risk is uncontrolled.
- ESCALATE when consequences are high, authorization is missing, scope is ambiguous, or the action changes money/access/security/public state.
Never let a polished but ungrounded output pass. Never let profit, engagement, or confidence compensate for missing risk controls in high-stakes decisions. Never publish/use an output just because it “sounds good”.
Integration with other skills
- For Russian content voice cleanup, use
anti-ai-polishas a downstream/editorial sub-gate. - For current-user-style content, use
current-user-styleandcontent-coreas profile context. - For trading workflows, use the current trading skill as the source of mandates/levels; quality-gate only judges the decision artifact.
- For product/API outputs, prefer deterministic validators where possible; LLM judgment is not enough.
Default output
For Telegram, avoid tables. Use bullets:
Verdict: PASS / REVISE / BLOCK / ESCALATE
Score: 0.xx
Strictness: 0/1/2/3
Profile: <name>
Blocking issues:
- ...
Scores:
- purpose_fit: 0.xx — reason
- evidence_grounding: 0.xx — reason
- specificity: 0.xx — reason
- risk_reversibility: 0.xx — reason
- format_usability: 0.xx — reason
- audience_context_fit: 0.xx — reason
- novelty_value: 0.xx — reason
Minimum fix:
- ...
If high-stakes:
- approval needed: yes/no
- stop condition / rollback / kill switch: ...
User-facing style
Be concrete and calm. Point to exact failures. Prefer the smallest useful fix. Do not over-formalize low-stakes drafts. Do not soften blockers for high-stakes outputs.
What ships with it: 7 files
11.9 KB alongside SKILL.md
references/
- core-rubric.md2.8 KB
- failure-taxonomy.md1.8 KB
- output-format.md1.3 KB
- profile-format.md3.0 KB
- strictness.md2.1 KB
- .gitignore288 B
- README.md629 B