triage-my-number

triage-my-number is a skill for Claude Code from debabsah/analytics-office. It costs 215 tokens per session (3,152 once invoked), scanned A, original, MIT.

A structured investigation into why a production number or metric is wrong, suspicious, or has changed unexpectedly.

In plain words
What is it for?
Use it to investigate unexpected changes in revenue, churn, signups, dashboard figures, or other results before explaining them.
Why use it?
It avoids blaming the first likely cause and checks the full path from source data through transformations and reporting.

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 to investigate unexpected changes in revenue, churn, signups, dashboard figures, or other results before explaining them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/debabsah/analytics-office/triage-my-number
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 triage-my-number
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 triage-my-number

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/debabsah/analytics-office/triage-my-number"><img src="https://agentmods.dev/badge/skills/debabsah/analytics-office/triage-my-number.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 215 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,152 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.00215 $0.03152
Opus 5 $0.00108 $0.01576
Sonnet 5 $0.00043 $0.00630
Haiku 4.5 $0.00021 $0.00315

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

Security

Grade A, and why

triage-my-number 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (references/triage_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/triage-my-number/SKILL.md · 72 lines

How it starts

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

triage-my-number

The colleague you grab when a number comes out wrong: helps you find out why it moved before you tell anyone what it means — systematically, without tunnelling on the first guess or reaching for the data yourself.

When to use

Fire when a number, metric, or result is wrong, suspicious, or moved unexpectedly and the question is "why" — before it gets explained to anyone. Triggers: "why is this number wrong", "churn/revenue/signups jumped — why", "these two numbers don't match", "the dashboard looks off", "this doesn't reconcile", "did something break overnight". Do NOT fire to review a specific query you already suspect (that's review-my-query), to pin what the metric should mean (kpi-contract), to orient on an unfamiliar estate (groundwork), or to rehearse defending a finished number (defend-my-number). This diagnoses why a result is wrong across the whole path; the code is only one branch of the differential. This vs. its neighbors: the gate is a symptom in hand. Fire when a number is already wrong/moved and you run the whole 5-branch differential to find the cause. No symptom yet — about to build on or present a number whose premises are unexaminedaudit-my-assumptions (preventive, upstream). A specific query to checkreview-my-query.

The trap this exists to beat

Asked "why is this number wrong," a capable analyst does the analytical part well — reads the code, names plausible causes. Then, under the pressure that always comes with a broken number ("the board call is in 90 minutes"), it does two wrong things. It tunnels: it latches onto the most-likely cause and writes it into the story for leadership before a single check ties it to this number. And it lunges at the data: handed a sample "to see the shape," it computes — runs the logic over the rows "just to confirm the mechanism" — crossing the read-only line. The result is a confident cause that is really a suspect, handed to a stakeholder as a verdict. This skill holds the differential: it enumerates the whole failure surface, attaches a discriminating check to each candidate, keeps "a defect you can read" separate from "the cause of this number," directs you to run the checks, and gives the stakeholder a calibrated holding line — not a guess.

Read the full file on GitHub · 72 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. 10d ago First seen · 72 lines · 0 tokens per session scan A 41a76fa07825

Subscribe to this mod's changes

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

release-it

Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "deployment pipeline", "chaos engineering", "retry storm", "health checks", "my service keeps crashing", "prevent cascading failures", or…

wondelai/skills · 131 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens

debug

Interactive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent failures, troubleshooting. Not for: known bugs (use bug-fix), GitHub issue analysis (use issue-analyze), code understanding (use code-explore). Output: debug report with probe journal + root cause + fix.

sd0xdev/sd0x-harness · 67 tokens

git-investigate

Git history investigation. Use when: tracking code changes, finding where bugs were introduced, root cause analysis. Not for: code exploration (use code-explore), issue analysis (use issue-analyze). Output: history trace + root cause report.

sd0xdev/sd0x-harness · 53 tokens

analyze

Deep-dive codebase analysis that explains how things actually work — business rules, architecture patterns, auth flows, data models, integrations, and performance hotspots. Use whenever the user asks "how does X work", "map the Y flow", "what are the business rules for Z", "trace the auth path", "explore the codebase…

rsmdt/the-startup · 118 tokens

simplify

Wrap-up refactoring — simplify code, eliminate duplication, preserve behavior.

sd0xdev/sd0x-harness · 16 tokens