audit-my-experiment

audit-my-experiment is a skill for Claude Code from debabsah/analytics-office. It costs 232 tokens per session (2,793 once invoked), scanned A, original, MIT.

A checking process for experiments, A/B tests, and other causal results before they guide a decision. An A/B test compares two versions to see whether a change affects an outcome.

In plain words
What is it for?
Use it before deciding to ship a change, roll it out, or move budget based on an experiment or causal analysis.
Why use it?
It checks whether the result is reliable instead of accepting a reported win based on visual inspection or a single significance value.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions AGENTS.md.

Part of the analytics-office plugin — 19 skills shipped together

Good fit Use it before deciding to ship a change, roll it out, or move budget based on an experiment or causal analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/debabsah/analytics-office/audit-my-experiment
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 debabsah/analytics-office --skill audit-my-experiment
Clone the repo
git clone --depth 1 https://github.com/debabsah/analytics-office

Made for: Claude Code.

Or install analytics-office, the plugin that ships this one along with the rest of its 19 skills.

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 audit-my-experiment

README.md
[![agentmods](https://agentmods.dev/badge/skills/debabsah/analytics-office/audit-my-experiment/github.svg)](https://agentmods.dev/skills/debabsah/analytics-office/audit-my-experiment)
Your own site
<a href="https://agentmods.dev/skills/debabsah/analytics-office/audit-my-experiment"><img src="https://agentmods.dev/badge/skills/debabsah/analytics-office/audit-my-experiment/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 audit-my-experiment

Your own site · 80×15
<a href="https://agentmods.dev/skills/debabsah/analytics-office/audit-my-experiment"><img src="https://agentmods.dev/badge/skills/debabsah/analytics-office/audit-my-experiment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 232 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,793 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.00232 $0.02793
Opus 5 $0.00116 $0.01396
Sonnet 5 $0.00046 $0.00559
Haiku 4.5 $0.00023 $0.00279

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

Security

Grade A, and why

audit-my-experiment 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (references/experiment_checks.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/audit-my-experiment/SKILL.md · 80 lines

How it starts

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

audit-my-experiment

The colleague who runs the checks before you ship the result: computes the validity tests you'd otherwise eyeball, tells you what's broken and what can't be verified yet, and never blesses a number it didn't check.

When to use

Fire when an experiment / A-B / causal result is heading to a decision — even under a consumption ask ("write up our win", "should we ship"). Switch into audit-mode and validate before packaging. Do NOT fire to write up an already-validated result (brief-my-findings), rehearse defending it (defend-my-number), review ONE code object (review-my-query), diagnose why ONE number moved (triage-my-number), audit a whole KB (kb-reconcile), or define a metric (kpi-contract).

The trap this exists to beat

A capable model reads an experiment result and writes the win — and it does the analytical part well: it recognizes Simpson's paradox if segments are shown, catches a narrated novelty story, flags a named peeking admission. Then it does the wrong thing with the checks it should compute. Its instinct is to eyeball the split ("looks roughly 50/50"), glance at p=0.03 and call it significant, and note that "nothing else hit significance" as reassurance. It writes the win under a consumption ask and ships it. The discipline it skips: switch OUT of answer-mode into audit-mode and COMPUTE the checks rather than eyeballing them.

Proven: under the consumption framing ("write up our win"), a cold model shipped a 0.56% SRM — a χ²≈7.8, p≈0.005 — dismissed as "expected noise at scale." The check was never run. The same model waved a peeked p<0.05 through without applying a sequential threshold. Both failures are invisible to a reader; only computation catches them.

The loop

  1. Switch to audit-mode + set the target. Recognize an experiment/A-B/causal result headed for a decision, even under a consumption ask. Pin the claim & decision riding on it, the identification strategy (RCT / DiD / other non-RCT — geo, pre/post, IV, synthetic-control), primary metric, arm counts, the stopping story, the metric family, and the minimum-meaningful-effect (MME) — the smallest effect that would change the decision (cost/benefit breakeven or launch bar); elicit it, or mark materiality-unverified (never invent it).
  2. Inventory in-hand vs needs-data. Separate checks computable from the summary numbers given (SRM, two-proportion z/CI, multiplicity, power/MDE) from checks needing data not on hand (per-day assignment logs, pre-registration, missing segment cuts).
  3. Run the computable checks with the kit — don't eyeball. Execute references/experiment_checks.py with the provided numbers; report each computed statistic. SRM chi-square runs on ANY split.
  4. Run the full validity taxonomy (the engine). references/validity-taxonomy.md: design / inference / interpretation layers. Comprehensive thinking, lean output — record what bites.
  5. Write the check for anything unverifiable. Exact query/script; mark unverified — needs paste-back. On a pasted run, reconcile (the run wins). Never bless what you can't compute.
  6. Grade + gate. Blocking / Latent / Advisory, each with computed evidence + fix direction. A Blocking validity defect gates the ship/brief decision. Materiality rides as its own verdict line — material / immaterial / straddles-MME / materiality-unverified (run classify_materiality) — carried into the handoff; it does NOT gate (a valid experiment can be immaterial), but a ship-ready result is never written up as a material win without it.
  7. Emit + route. Write experiment-audit.md; if ship-ready, hand off to brief-my-findings / defend-my-number. KB composition per references/experiment-audit.md. Then stop.

Read the full file on GitHub · 80 lines

Files

What ships with it

3 files 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. 9d ago First seen · 80 lines · 0 tokens per session scan A 016659717777

Subscribe to this mod's changes

audit-my-experiment is a skill published in the GitHub repository debabsah/analytics-office (9 stars, last pushed 3mo ago), licensed MIT. It adds 232 tokens to every session and 2,793 once invoked, about $0.0012 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.

Related

Other skills, from other repositories

regulatory-review

This skill should be used when the user asks to "analyze regulations", "regulatory landscape", "compliance requirements", "legal considerations", "regulatory risk", "industry regulations", "compliance analysis", "regulatory trends", or needs guidance on understanding regulatory environments, compliance requirements…

zircote-plugins/sigint · 68 tokens

falsify

Adversarial falsification of sigint research findings. Generates disconfirming queries, executes web-only adversarial search, assigns ordinal verdicts (falsified | weakened | survived | inconclusive), and applies remediation (quarantine, confidence downgrade, follow-up queue). Invocable standalone via /sigint:falsify…

zircote-plugins/sigint · 100 tokens

report-writing

This skill should be used when the user asks to "write a report", "executive summary", "research report format", "report structure", "present findings", "business writing", "analysis documentation", or needs guidance on structuring research outputs, executive communication, or professional report formatting.

zircote-plugins/sigint · 61 tokens

tech-assessment

This skill should be used when the user asks to "assess technology", "technology evaluation", "tech stack analysis", "technical feasibility", "technology trends", "build vs buy", "technology roadmap", "architecture assessment", or needs guidance on evaluating technologies, technical due diligence, or technology…

zircote-plugins/sigint · 65 tokens

augment

Deep-dive into a specific area of current research. Orchestrates a single dimension-analyst using full swarm pattern (TeamCreate, TaskCreate, SendMessage). Use when the user wants to augment current research with deeper analysis of a specific area.

zircote-plugins/sigint · 53 tokens

issues

Create GitHub issues from research findings as atomic deliverables. Orchestrates the issue-architect agent using the full swarm pattern (TeamCreate → TaskCreate → Agent(teamname) → SendMessage → TeamDelete). Use this skill when the user invokes /sigint:issues.

zircote-plugins/sigint · 58 tokens