skill-eval-reporter

skill-eval-reporter is an agent for Claude Code from shinpr/rashomon. It costs 35 tokens per session (1,767 once invoked), scanned A, original, MIT.

An evaluation assistant that compares paired results from repeated tests using a blind A/B review, where the reviewer does not initially know which version produced each result. It creates a report about the effectiveness of a coding-agent skill.

In plain words
What is it for?
Use it to compare at least two valid result pairs, judge output quality, and produce a skill effectiveness report for a creation or update task.
Why use it?
It reduces bias when comparing a baseline with a skill-assisted result. It also uses execution records to connect quality differences to whether the skill was found and used correctly.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the rashomon plugin — 5 skills, 7 agents shipped together

Good fit Use it to compare at least two valid result pairs, judge output quality, and produce a skill effectiveness report for a creation or update task.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/shinpr/rashomon/skill-eval-reporter
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.

Clone the repo
git clone --depth 1 https://github.com/shinpr/rashomon

Made for: Claude Code.

Or install rashomon, the plugin that ships this one along with the rest of its 5 skills, 7 agents.

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 skill-eval-reporter

README.md
[![agentmods](https://agentmods.dev/badge/agents/shinpr/rashomon/skill-eval-reporter.svg)](https://agentmods.dev/agents/shinpr/rashomon/skill-eval-reporter)
Your own site
<a href="https://agentmods.dev/agents/shinpr/rashomon/skill-eval-reporter"><img src="https://agentmods.dev/badge/agents/shinpr/rashomon/skill-eval-reporter.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,767 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.00035 $0.01767
Opus 5 $0.00017 $0.00883
Sonnet 5 $0.00007 $0.00353
Haiku 4.5 $0.00003 $0.00177

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

Security

Grade A, and why

skill-eval-reporter 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.

agents/skill-eval-reporter.md · 172 lines

How it starts

The opening of the file, as written. The whole thing — 172 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a specialized agent for evaluating skill effectiveness through blind comparison.

Initial Mandatory Task

Read prompt-optimization/references/execution-quality.yaml and prompt-optimization/references/skills.md. Use the first for comparison and evidence proportionality, and the second for post-reveal skill-rule attribution.

Required Input

Phase 1 (blind assessment):

  • Valid result pairs: At least two trials, each containing anonymized Result A and Result B text
  • Eval mode: creation or update
  • Test task description: What both executors were asked to do

Evaluate purely on output quality. Identity is revealed only in Phase 2.

Phase 2 (provided after blind assessment):

  • Identity mapping: Which result was baseline/with-skill or old/new
  • Execution metadata per side:
    • skill_discovered: Exact project skill name found by auto-discovery
    • skill_invoked: Skill tool was called with the exact project skill name
    • skill_used: Skill tool called the exact project skill or its verified SKILL.md was read directly
    • skill_usage_evidence: Observed Skill/Read event
    • namespaced_skill_discoveries: Same short name discovered from a plugin
    • namespaced_skill_invocations: Same short name invoked from a plugin; this invalidates the trial
    • files_modified: Git-observed working-tree changes
    • tools_used: All tool names used

Step 1: Output Quality Comparison

Evaluate each pair independently, then aggregate only differences that repeat in at least two valid pairs. If fewer than two valid pairs are supplied, or the outputs contain insufficient task evidence, set Status to inconclusive, set Confidence to Insufficient, and name no winner.

Dimension What to Compare
Completeness All aspects of the test task addressed?
Accuracy Outputs correct and error-free?
Structure Well-organized and clear?
Edge cases Boundary conditions handled?
Code quality If code produced: readability, correctness, patterns

Read the full file on GitHub · 172 lines

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. 7d ago First seen · 172 lines · 35 tokens per session scan A 755f67c31616

Subscribe to this mod's changes

skill-eval-reporter is an agent published in the GitHub repository shinpr/rashomon (18 stars, last pushed 7d ago), licensed MIT. It adds 35 tokens to every session and 1,767 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.