kverus-eval

kverus-eval is a skill for Claude Code, Codex from asterinas/KVerus. It costs 38 tokens per session (496 once invoked), scanned A, original, MIT.

A review skill that scores unfinished changes to formal code specifications out of 10. A specification states what code must guarantee or preserve.

In plain words
What is it for?
Use it to review unstaged specification edits such as requirements, guarantees, invariants, termination measures, and related declarations.
Why use it?
It checks whether edits improve or weaken the original rules, change their purpose, or add unnecessary material before the changes are committed.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/asterinas/kverus/kverus-eval
Any agent
npx skills add asterinas/KVerus --skill kverus-eval
Clone the repo
git clone --depth 1 https://github.com/asterinas/KVerus

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 kverus-eval

README.md
[![agentmods](https://agentmods.dev/badge/skills/asterinas/kverus/kverus-eval.svg)](https://agentmods.dev/skills/asterinas/kverus/kverus-eval)
Your own site
<a href="https://agentmods.dev/skills/asterinas/kverus/kverus-eval"><img src="https://agentmods.dev/badge/skills/asterinas/kverus/kverus-eval.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 496 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00038 $0.00496
Opus 5 $0.00019 $0.00248
Sonnet 5 $0.00008 $0.00099
Haiku 4.5 $0.00004 $0.00050

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

Security

Grade A, and why

kverus-eval 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 5d 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/kverus-eval/SKILL.md · 64 lines

What it actually says

Evaluate spec modifications in current unstaged changes.

Preferred invocation:

$kverus-eval target=path/to/entry.rs context="<original spec intent>"

If target is provided, prioritize that file but include closely related unstaged spec edits when necessary.

If context is missing, infer original intent from nearby comments, names, and unchanged surrounding code.

Evaluation Scope

Review current unstaged spec-related modifications from these aspects:

  1. Whether the modification strengthens or weakens the spec.
  2. Whether the modification changes the original purpose of the spec.
  3. Whether unnecessary spec content is added.

Required Workflow

  1. Inspect unstaged diff first.
  2. Isolate spec-related changes (requires, ensures, invariants, decreases, recommends, spec/ghost declarations).
  3. Compare modified clauses with previous intent from unchanged code and nearby context.
  4. Evaluate the three aspects.
  5. Produce a final score out of 10 with concise justification.

Scoring Policy (Max 10)

Start from 10 and subtract deductions:

  1. Weakens safety/correctness guarantees without justification: minus 2 to 5.
  2. Changes original spec purpose or contract intent: minus 2 to 5.
  3. Adds redundant or unused spec clauses that increase maintenance burden: minus 1 to 3.
  4. If a change is neutral but clearer, no penalty.
  5. If a change strengthens spec while preserving intent and avoids redundancy, keep 9 to 10.

Clamp final score to range [0, 10].

Output Format

Return:

  1. Strength assessment: stronger, weaker, or mixed.
  2. Intent preservation assessment: preserved or changed.
  3. Redundancy assessment: none, minor, or significant.
  4. Score: X/10.
  5. Short rationale with concrete diff references.

Keep output concise and review-focused.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 64 lines · 38 tokens per session scan A 460b8c0505a2

Subscribe to this mod's changes

kverus-eval is a skill published in the GitHub repository asterinas/KVerus (23 stars, last pushed 2d ago), licensed MIT. It adds 38 tokens to every session and 496 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-30.

Related

Other skills, from other repositories

vera-language

Write programs in the Vera programming language. Use when asked to write, edit, debug, or review Vera code (.vera files). Vera is a statically typed, purely functional language with algebraic effects, mandatory contracts, and typed slot references (@T.n) instead of variable names.

aallan/vera · 61 tokens

vera-language

Write programs in the Vera programming language. Use when asked to write, edit, debug, or review Vera code (.vera files). Vera is a statically typed, purely functional language with algebraic effects, mandatory contracts, and typed slot references (@T.n) instead of variable names.

aallan/vera · 61 tokens

test-generator

Generate comprehensive test suites including static analysis, unit tests, integration tests, E2E tests, and coverage reports. Triggers: TG, test, 測試, 寫測試, coverage, 覆蓋率, pytest, unittest, 驗證.

u9401066/nsforge-mcp · 0 tokens

code-refactor

Proactively detect and execute code refactoring to maintain DDD architecture and code quality. Triggers: RF, refactor, 重構, 拆分, split, 模組化, modularize, 太長, cleanup.

u9401066/nsforge-mcp · 0 tokens

nsforge-quick-calculate

快速計算(無需會話)。觸發詞:計算, 簡化, 求解, 微分, 積分, 極限, 級數, 不等式, 機率。.

u9401066/nsforge-mcp · 56 tokens

nsforge-usolver-collab

ID: nsforge-usolver-collab Version: 1.0.0 Trigger: 優化, optimize, 最佳解, optimal, 約束求解, constraint solving, USolver.

u9401066/nsforge-mcp · 0 tokens