Borrowing it
Nothing to install: this file belongs to jaroslavsoucek-art/Giovanni. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jaroslavsoucek-art/Giovanni/main/.claude/commands/calibration-report.mdgit clone --depth 1 https://github.com/jaroslavsoucek-art/GiovanniWrote 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/commands/jaroslavsoucek-art/giovanni/calibration-report)<a href="https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/calibration-report"><img src="https://agentmods.dev/badge/commands/jaroslavsoucek-art/giovanni/calibration-report/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/commands/jaroslavsoucek-art/giovanni/calibration-report"><img src="https://agentmods.dev/badge/commands/jaroslavsoucek-art/giovanni/calibration-report.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.00029 | $0.01449 |
| Opus 5 | $0.00015 | $0.00724 |
| Sonnet 5 | $0.00006 | $0.00290 |
| Haiku 4.5 | $0.00003 | $0.00145 |
Grade A, and why
calibration-report 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.
How it starts
The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/calibration-report
Aggregate the previous month's shadow hypothesis outcomes into a calibration report. This command is a thin shell — the aggregation logic and the > 80% accuracy guard rail live in the prediction-runtime agent. This file is the invocation contract.
Usage
/calibration-report # default — previous full month
/calibration-report --month <YYYY-MM> # explicit month
Argument syntax
| Arg | Type | Default | Meaning |
|---|---|---|---|
--month <YYYY-MM> |
parameterized date | previous full calendar month | Explicit month to aggregate. Must be in the past (no in-progress months — cohort would be incomplete). |
If --month is in the future or current month → STOP: ERROR: --month <YYYY-MM> is in the future or current. Calibration aggregates completed months only.
Pre-flight (binding — STOP on failure)
Before spawning prediction-runtime:
- CWD check. Working directory is a Giovanni repo. Otherwise STOP.
- Agent definition present.
.claude/agents/prediction-runtime.mdexists. Missing → STOP. - Calibration directories present.
memory/calibration/exists. (actor-scores.yamlis created on first run if missing.) Missing dir → STOP:ERROR: memory/calibration/ missing. The predictive layer hasn't been initialized. - Month boundary enforced. If
--monthis omitted, the default is the previous full calendar month (today is 2026-05-21 → default is 2026-04). If today is the 1st-2nd of a month, the previous month's cohort may still have horizon spillover from the month before — surface advisory but continue. - Cohort non-empty. If no shadow hypotheses match the month → STOP:
INFO: no hypotheses created/resolved/expired in <YYYY-MM>. Nothing to aggregate this month.Don't write an empty report. - Already-reported guard. If
memory/calibration/monthly/<YYYY-MM>.mdalready exists, surface advisory:WARN: report for <YYYY-MM> already exists. Re-run will overwrite. Proceed? [y/N]. Default = abort.
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.
- 11d ago First seen · 104 lines · 29 tokens per session scan A dba02a8f6ab9
calibration-report is a command published in the GitHub repository jaroslavsoucek-art/Giovanni (2 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 1,449 once invoked, about $0.0001 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.
Other commands, from other repositories
code-review-swarm
Deploy specialized AI agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis.
multi-repo-swarm
Coordinate AI swarms across multiple repositories, enabling organization-wide automation and intelligent cross-project collaboration.
release-manager
Automated release coordination and deployment with ruv-swarm orchestration for seamless version management, testing, and deployment across multiple packages.
release-swarm
Orchestrate complex software releases using AI swarms that handle everything from changelog generation to multi-platform deployment.
repo-architect
Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows.
swarm-issue
Transform GitHub Issues into intelligent swarm tasks, enabling automatic task decomposition and agent coordination.