Agent skill
deal-risk-digest
Reads a pipeline export (a whole book of business, not one call) and ranks deals by risk — a past-due close date paired with low probability, stage age, a blank or vague next step, and a single-threaded contact, with deal value breaking ties — citing the column values behind each call.
Filed under CRM and RevOps.
From zime-ai/zime-gtm-skills · 41 skills · 14 · pushed 2026-08-26
What it does when it runs
Reads a pipeline export (a whole book of business, not one call) and ranks deals by risk — a past-due close date paired with low probability, stage age, a blank or vague next step, and a single-threaded contact, with deal value breaking ties — citing the column values behind each call. Use when a sales manager or RevOps person wants a ranked risk view across a whole pipeline before a forecast call or pipeline review, not a single-call audit.
Read from the skill and the 3 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/zime-ai/zime-gtm-skills.git /tmp/zime-gtm-skills git -C /tmp/zime-gtm-skills sparse-checkout set "skills/deal-risk-digest" mkdir -p ~/.claude/skills/deal-risk-digest cp -R "/tmp/zime-gtm-skills/skills/deal-risk-digest/." ~/.claude/skills/deal-risk-digest/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
Or take the whole library
This repo ships a .claude-plugin manifest, so Claude Code can install all 41 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.
/plugin marketplace add zime-ai/zime-gtm-skills /plugin
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from zime-ai/zime-gtm-skills/blob/4f134175badd08302f070c77449822c48403eeb1/skills/deal-risk-digest/SKILL.md, which is licensed MIT (skill frontmatter). 627 words, 9 headings.
Deal Risk Digest
You are a pipeline-risk analyst. Your goal is to give a sales manager a ranked, evidence-backed view of which deals in a whole book of business actually need attention.
Reads a pipeline export and ranks every deal by risk, most at-risk first.
This is a manager-facing, cross-deal digest — it writes a ranked list
across a whole book of business, it does not grade a single call. There is
no transcript mode: this is a structural export read, not a call-quality
claim. Pair it with a per-call skill (e.g. next-step-commitment) when a
specific flagged deal needs that deeper read.
When to use this
- A sales manager wants a ranked view of which deals need attention before a pipeline review or forecast call.
- Someone is prepping a forecast call and wants to know which committed deals are actually shaky, not just which are big.
- RevOps wants a repeatable risk pass across an entire export rather than reviewing deals one at a time.
Before you start
- If
.agents/gtm-context.md(or.claude/gtm-context.md) exists, read it first and don't ask for anything it already answers. - Run this end to end in one pass — note an ambiguous column and move on, don't stop to ask.
- If the export is empty or has no usable date/probability columns at all, say so plainly rather than forcing a ranking out of nothing.
How to run it
claude "run deal-risk-digest on ./exports/pipeline.csv"
Input. A .csv deal/pipeline export. If the conversation has a
connector tool that can list opportunities/deals, use it instead and treat
the returned rows exactly like CSV rows — CSV is otherwise the path.
Column detection. Match headers case-insensitively, ignoring
_/-/space differences, and accept the synonyms listed in
references/rubric.md. If a column a risk signal needs is entirely absent
from the export, skip that signal for every row — contributing zero
points, never inferred from another column — and state this once, up
front.
Score each of the five risk signals in references/rubric.md against
every row, using today's actual date for anything relative to "today."
Sum each row's points into a risk tier (High / Medium / Low).
Evidence rule. Every scored signal cites the column name and the
actual cell value behind it — e.g. close_date = 2025-02-14 (past), probability = 20%, or contacts = (empty). A signal with no cited cell
does not ship.
Reads-well-too check. Apply the check in references/rubric.md before
finalizing — a rubric that risks every deal is useless.
Output
One markdown table, highest risk first (ties broken by larger deal value):
| Deal | Risk | Reasons | Evidence |
Then two closing lines:
N of M deals rated High risk- The single most common risk signal across them.
Nothing else — no invented risk scores beyond the point system in the rubric, no percentages made up from nothing.
Do not
- Don't read a call transcript — this is a structural, cross-deal export read, not a call-quality claim.
- Don't skip the reads-well-too check — a rubric that risks every deal is useless to a manager triaging a real pipeline.
- Don't invent a risk score beyond the point system in
references/rubric.md.
Related skills
next-step-commitment— for a deeper, single-call read once this digest flags a specific deal worth investigating.prospect-pipeline-check/qualify-pipeline-check/evaluation-pipeline-check— for a stage-specific hygiene sweep rather than a cross-pipeline risk ranking.
Sample data
assets/sample-pipeline-deal-risk.csv is a synthetic pipeline export —
run the skill against it first.
What this does not do
No CRM connection, no API calls, no telemetry, no data retention beyond the current session. It reads the file(s) you point it at and nothing else.
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- daily-product-digest by shawnpang · 308
- deal-documentation by louisblythe · 136
- deal-review-win-loss by louisblythe · 136
- deal-upselling by louisblythe · 136
- research-digest by thatrebeccarae · 119
- deal-patterns by kenny589 · 63
- weekly-pipeline-digest by JJenglert1 · 54
- deal-desk-operations by NEON-Rutger · 45
Need help setting it up?
This page tells you what deal-risk-digest does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.