verification-quality

verification-quality is a skill for Claude Code, Codex from mattmre/EVOKORE-MCP-PUBLIC. It costs 36 tokens per session (504 once invoked), scanned A, original, MIT.

A quality-checking skill that calculates a score from passing tests, type checks, lint results, and detected regressions. It can output JSON for a CI gate, an automated check that accepts or rejects code before delivery.

In plain words
What is it for?
Use it after a feature or fix to run the test suite, TypeScript checks, and linting, detect regressions, calculate the truth score, and report whether the selected threshold was met.
Why use it?
It gives teams a consistent, machine-readable way to decide whether a change meets the required quality level for development, staging, production, or CI.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it after a feature or fix to run the test suite, TypeScript checks, and linting, detect regressions, calculate the truth score, and report whether the selected threshold was met.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mattmre/evokore-mcp-public/verification-quality
Install

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.

Any agent
npx skills add mattmre/EVOKORE-MCP-PUBLIC --skill verification-quality
Clone the repo
git clone --depth 1 https://github.com/mattmre/EVOKORE-MCP-PUBLIC

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for verification-quality

README.md
[![agentmods](https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/verification-quality/github.svg)](https://agentmods.dev/skills/mattmre/evokore-mcp-public/verification-quality)
Your own site
<a href="https://agentmods.dev/skills/mattmre/evokore-mcp-public/verification-quality"><img src="https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/verification-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.

agentmods 80×15 button for verification-quality

Your own site · 80×15
<a href="https://agentmods.dev/skills/mattmre/evokore-mcp-public/verification-quality"><img src="https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/verification-quality.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 504 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00504
Opus 5 $0.00018 $0.00252
Sonnet 5 $0.00007 $0.00101
Haiku 4.5 $0.00004 $0.00050

Measured 11d ago against content hash eb16a68bba31, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

verification-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 11d 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.

SKILLS/EVOKORE EXTENSIONS/verification-quality/SKILL.md · 70 lines

What it actually says

Verification Quality Skill

Applies tiered truth scoring to verify work meets environment-specific quality thresholds. Produces machine-readable JSON output for CI gate integration.

Trigger

Use this skill when:

  • Completing a feature implementation and need to verify correctness
  • Validating test coverage meets environment thresholds
  • Generating CI gate output for automated quality enforcement

Truth Score Formula

truth_score = (tests_passing_pct * 0.4) + (type_check_passes * 0.3) + (lint_clean * 0.2) + (no_regressions * 0.1)

Environment Thresholds

Environment Minimum Truth Score
Production 0.99
Staging 0.95
Development 0.80
CI Gate 0.90

Output Format

{
  "truth_score": 0.97,
  "threshold": 0.95,
  "gate_passed": true,
  "breakdown": {
    "tests_passing_pct": 1.0,
    "type_check_passes": true,
    "lint_clean": true,
    "regressions_detected": 0
  },
  "environment": "staging",
  "timestamp": "2026-04-15T00:00:00Z"
}

Usage

Run this skill after completing any feature or fix:

  1. Establish environment context (prod/staging/dev)
  2. Run test suite and capture pass rate
  3. Run TypeScript compiler and linter
  4. Compute truth_score
  5. Compare against threshold
  6. Emit JSON gate output

Integration

  • Works with AGT-017 (Quality Engineer) for defect prediction
  • Feeds into AGT-021 (Release Engineer) release gates
  • Output is consumed by CI pipelines via exit code (0=pass, 1=fail)
Changes

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.

  1. 11d ago First seen · 70 lines · 36 tokens per session scan A eb16a68bba31

Subscribe to this mod's changes

verification-quality is a skill published in the GitHub repository mattmre/EVOKORE-MCP-PUBLIC (3 stars, last pushed 3mo ago), licensed MIT. It adds 36 tokens to every session and 504 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-08-31.