Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add mattmre/EVOKORE-MCP-PUBLIC --skill verify-qualitygit clone --depth 1 https://github.com/mattmre/EVOKORE-MCP-PUBLICWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/mattmre/evokore-mcp-public/verify-quality)<a href="https://agentmods.dev/skills/mattmre/evokore-mcp-public/verify-quality"><img src="https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/verify-quality/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/mattmre/evokore-mcp-public/verify-quality"><img src="https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/verify-quality.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00040 | $0.00400 |
| Opus 5 | $0.00020 | $0.00200 |
| Sonnet 5 | $0.00008 | $0.00080 |
| Haiku 4.5 | $0.00004 | $0.00040 |
Grade A, and why
verify-quality scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
/verify-quality — Quality Verification with Truth Scoring
Runs the verification-quality skill to produce a truth score (0.0–1.0) and machine-readable JSON gate output. Compares against environment-tiered thresholds.
Usage
/verify-quality
/verify-quality --env staging
/verify-quality --env production
What it does
- Runs
npx tsc --noEmit(type check) - Runs
npx vitest run(tests) - Computes truth_score = 0.4tests_pct + 0.3type_check + 0.2lint + 0.1no_regressions
- Compares against environment threshold
- Emits JSON gate output to stdout
Thresholds
| Environment | Minimum Truth Score |
|---|---|
| production | 0.99 |
| staging | 0.95 |
| development | 0.80 |
| ci | 0.90 |
Output
{ "truth_score": 0.97, "threshold": 0.95, "gate_passed": true, "environment": "staging" }
Integration
- Used in SPARC Phase 4 (Refinement) done-criteria check
- Feeds into AGT-021 (Release Engineer) preflight gate
- Blocks Phase 5 (Completion) if score < threshold
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 51 lines · 40 tokens per session scan A dd8edeaae698
verify-quality is a skill published in the GitHub repository mattmre/EVOKORE-MCP-PUBLIC (3 stars, last pushed 3mo ago), licensed MIT. It adds 40 tokens to every session and 400 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
verification-quality
Truth scoring, code-quality verification, and automatic rollback with a high accuracy threshold. Use when validating agent output before it ships, gating changes on quality, or adding a verify-and-rollback safety loop.
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
verify-before-done
Proves work with tests, diffs, and logs before sign-off.
ci-smoke
Smoke-test skill for ModelBound CI — triggered when validating GitHub Actions skill checks.