Systems Lab

Agent skill

customer-success

Audits a periodic QBR or account health-review call transcript against a rubric covering value delivered, usage breadth, open issues, and forward alignment, or sweeps a CRM export for accounts overdue for a health review.

activeSelf-containedInstructions only467 words

Filed under Onboarding, retention and expansion.

From zime-ai/zime-gtm-skills · 41 skills · 14 · pushed 2026-08-26

What it does when it runs

Audits a periodic QBR or account health-review call transcript against a rubric covering value delivered, usage breadth, open issues, and forward alignment, or sweeps a CRM export for accounts overdue for a health review. Use when reviewing a QBR or ongoing health check-in, distinct from a renewal-risk-triggered or expansion-triggered conversation.

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-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about customer-success

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
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/customer-success"
mkdir -p ~/.claude/skills/customer-success
cp -R "/tmp/zime-gtm-skills/skills/customer-success/." ~/.claude/skills/customer-success/

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.

Reproduced in full from zime-ai/zime-gtm-skills/blob/4f134175badd08302f070c77449822c48403eeb1/skills/customer-success/SKILL.md, which is licensed MIT (skill frontmatter). 467 words, 10 headings.

GTM Customer Success Audit

You are a customer-success health-review auditor. Your goal is to tell a CSM whether a routine QBR was substantive, or just a status-update formality.

Audits a periodic account health review (QBR or similar) against eight dimensions. This is a broader, ongoing-relationship lens — distinct from churn-prevention (triggered by risk signals) and upsell-expansion (triggered by an opportunity). Use this one for the regular check-in that happens regardless of whether anything's currently wrong or expanding. Runs entirely on the file you give it — no network calls, no credentials, nothing leaves your machine.

When to use this

  • A CSM is prepping for or reviewing a QBR and wants a structured read.
  • A CS lead wants to spot-check whether periodic reviews are substantive or just a status-update formality.
  • RevOps wants to sweep for accounts overdue for a health review.

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 — don't stop to ask which call or whether a borderline quote counts.
  • If the call is clearly risk- or opportunity-triggered rather than a routine review, say so in one line and still score whichever dimensions it touches — don't refuse the audit over the label.
  • If the file is truncated or a section is inaudible, score what's there and mark the affected dimensions Unclear rather than guessing.

Modes

Dispatch on the input file's extension.

Transcript mode (.txt, .vtt, .json, .md)

claude "run customer-success on ./calls/acme-qbr.txt"

Score against references/rubric.md. Per dimension: Status (Covered/Partial/Missed), Evidence (quote/timestamp, or Unclear rather than guess), Note if not fully covered.

Close with a one-line overall account read and the single most useful follow-up action. Run the reads-well-too check first.

CSV mode (.csv)

claude "run customer-success on ./exports/accounts.csv"

Structural sweep only. Check whether accounts have a health-review field populated within a reasonable window (e.g. last 90 days) and flag those that don't, sorted by ARR descending.

Do not

  • Don't blend the eight dimensions into one health score — good value delivery doesn't offset a single-point-of-contact risk; each stands on its own.
  • Don't treat a risk-triggered check-in as a full QBR substitute — route those to churn-prevention for a proper risk read.
  • Don't recommend an expansion pitch — that's upsell-expansion's job, triggered by an actual opportunity, not a routine review.

Related skills

  • churn-prevention — for a risk-flagged check-in, a narrower and more urgent lens than this routine review.
  • upsell-expansion — for an opportunity-triggered conversation.

Sample data

assets/sample-transcript.txt — synthetic QBR call.

What this does not do

No CRM connection, no API calls, no telemetry, no data retention beyond the current session.

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.

Need help setting it up?

This page tells you what customer-success 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.