Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Coval Calibrate Metric

ASecurity

Validate one Coval judge against independent human labels, with grouped development/test separation, class-specific errors and uncertainty. Use for trust claims or calibration; without real labels, prepare review rather than inventing ground truth.

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
businesspythonrustgobashapi

Works with

cliapi

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add coval-ai/coval-external-skills --skill coval-calibrate-metric --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Coval Calibrate Metric?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Coval Calibrate Metric
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/coval-ai-coval-calibrate-metric/badge)](https://www.skillsdirectory.com/skills/coval-ai-coval-calibrate-metric)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: coval-calibrate-metric
description: Validate one Coval judge against independent human labels, with grouped development/test separation, class-specific errors and uncertainty. Use for trust claims or calibration; without real labels, prepare review rather than inventing ground truth.
compatibility: Coval CLI or public API; Python 3.10+ for the bundled offline binary calibration calculator.
---

# Calibrate a Coval metric

Measure whether a specific metric version matches a domain expert on its intended
population. Successful metric execution and agreement on prompt-tuning examples
are not independent validation.

## Establish the evidence contract

Confirm organization/workspace, one metric ID, rubric, output type/polarity and
decision. Read the definition and output version IDs. Inspect an existing review
project and completed annotations, or a human-provided labeled export:

```bash
coval --agent metrics get <metric-id>
coval --agent review-projects get <project-id>
coval --agent review-annotations list --filter 'project_id="<project-id>" AND metric_id="<metric-id>" AND completion_status="COMPLETED"' --page-size 100
```

Check success and paginate using the public reviews API when the CLI cannot
prove completeness. Preserve annotation IDs, output/conversation IDs, reviewer,
completion status, label values and rubric provenance. Zero is a valid label;
null is missing. Record whether each source is a simulated or uploaded conversation:
`simulation_output_id` in an annotation can refer to either. Retrieve its original
metrics from the matching `simulated-conversations` or `uploaded-conversations`
CLI collection/public API, not from a guessed collection. Don't silently treat pending, deferred or AI-generated labels
as completed human ground truth.

If human labels are absent, produce a review-ready sample and criteria using
`coval-discover-failures`. Return **not yet calibrated**. Agent-generated labels,
synthetic expected answers and a reviewer-shaped email are not human validation.
Do not create assignments or notify reviewers without the required authorization.

## Separate development from evaluation

Assign related calls to a stable `group_id`: same original conversation,
near-duplicate scenario, caller/customer thread, or resimulations of a case.
Keep each group in only one split, including few-shot examples. Choose a split
appropriate to the available sample; do not force tiny datasets into meaningful-
sounding percentages. Record the IDs before tuning.

- **train**: examples allowed in the judge prompt.
- **dev**: inspect disagreements and refine the prompt.
- **test**: untouched until the candidate is frozen; measure once.

Have a domain expert resolve conflicting human labels against the rubric; do not
overwrite them to match the judge. Multiple reviewers on one conversation are
not independent examples. Low human agreement suggests an unclear criterion.
Keep original labels and adjudication provenance.

For development, propose a candidate metric separately from production defaults.
Fix one observed error pattern at a time. Keep the same frozen metric version
across the evaluated split. Re-scoring existing outputs through `metrics test`
is cheaper than resimulating; it still needs a bounded metric-evaluation budget.
Inspect per-item queue failures and poll each returned `metric_output_ulid`,
not a prior output. Capture version IDs and available runtime model metadata.
If the runtime model cannot be pinned or identified, report that limitation.

## Measure the right errors

For binary pass=1/fail=0:
- **Pass recall (TPR)** = correctly passed / human passes.
- **Failure detection (TNR)** = correctly failed / human failures.
- **False-pass rate** = judge passes / human failures. This often matters most
  for a release gate.

Report the confusion counts, each denominator and uncertainty. Overall agreement
can be useful alongside these, but cannot hide an always-pass judge. If a class
has no examples, its rate is **unknown**, not zero or perfect. Pick thresholds
with the customer based on consequences; there is no universal 90% certification.

The bundled offline calculator accepts a deliberately normalized, auditable
export described in [references/calibration-input.md](references/calibration-input.md):

```bash
python3 scripts/calibration.py --input calibration.json --split dev
python3 scripts/calibration.py --input frozen-test.json --split test
```

It checks grouping, duplicate conversations, label provenance and metric version,
excludes unusable results, and calculates Wilson 95% intervals. It cannot verify
that a file's claimed human labels were actually supplied by a human; inspect
the source records. Do not relabel AI findings to make the validator accept them.

For categorical metrics, retain categories and report a confusion matrix and
per-category error counts. For numerical metrics, predefine tolerance/decision
threshold and report absolute error plus boundary disagreements. The bundled
calculator is binary-only; don't coerce another metric type into it.

## Decide and stop

Inspect development disagreements, never the held-out test during tuning. After
examining final test outcomes, that set is no longer untouched for further
iterations. Use new held-out groups for a later trust claim. Include failed,
skipped and missing score counts so selected successes cannot inflate quality.

Return the metric/version, rubric, label source, split/group manifest, counts,
errors, uncertainty and intended population. Distinguish **development evidence**,
**held-out measurement**, and **insufficient evidence**. A small test can prove
the workflow works without proving the judge reliable.

Do not automatically turn a failure-enriched validation sample into a production
pass rate. Prevalence correction requires representative production sampling,
stable class-conditional error rates and uncertainty from both samples; those
assumptions often do not hold after agent or traffic changes. Report the directly
measured errors first. Revalidate after rubric, model, input or population changes.

Attribution

coval-aicoval-ai
View sourceMore from coval-ai →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →