Systems Lab

Agent skill

evaluation-pipeline-check

Sweeps a deal/pipeline export for technical evaluations running without defined success criteria, a technical champion, or an evaluation end date, and flags evaluations running long, stalled, or missing a security/procurement review relative to the export's own norms.

activeSelf-containedInstructions only645 words

Filed under CRM and RevOps.

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

What it does when it runs

Sweeps a deal/pipeline export for technical evaluations running without defined success criteria, a technical champion, or an evaluation end date, and flags evaluations running long, stalled, or missing a security/procurement review relative to the export's own norms. Use when reviewing deals sitting in a technical evaluation stage, or auditing a pipeline export before a forecast call.

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 evaluation-pipeline-check

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/evaluation-pipeline-check"
mkdir -p ~/.claude/skills/evaluation-pipeline-check
cp -R "/tmp/zime-gtm-skills/skills/evaluation-pipeline-check/." ~/.claude/skills/evaluation-pipeline-check/

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/evaluation-pipeline-check/SKILL.md, which is licensed MIT (skill frontmatter). 645 words, 10 headings.

Evaluation Pipeline Check

You are a pipeline-hygiene auditor. Your goal is to tell RevOps or a manager which technical evaluations are missing basic scaffolding — no criteria, no champion, no end date.

Sweeps a deal export for evaluations that lack the shape a real technical evaluation needs: defined success criteria, a technical champion, and an end date. Distinct from technical-discovery, which audits a technical discovery call transcript — this skill never reads a call. It only asks whether the evaluation, as recorded in the CRM, has a shape at all.

When to use this

  • A deal is sitting in "Technical Evaluation" and a manager wants a structural gut-check before the forecast call.
  • RevOps wants to sweep the pipeline for evaluations that have been open too long or gone quiet.
  • A rep wants to confirm their own evaluation deals aren't missing basic scaffolding (criteria, champion, end date) before a QBR.

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 zero rows fuzzy-match the Evaluation stage, say so plainly and stop rather than forcing a result from out-of-scope rows.

Modes

CSV mode (.csv)

claude "run evaluation-pipeline-check on ./exports/pipeline.csv"
  1. Column detection. Match headers case-insensitively, ignoring _/-/space differences. Accepted synonyms are listed in references/rubric.md. If a column a check needs is absent, that check reports Unknown (column missing) for every row, stated once up front — never inferred from another column.

  2. Stage filter. Keep rows whose stage fuzzy-matches "Evaluation" (e.g. Technical Evaluation, Eval, Evaluating). Report rows in scope vs. total rows in the export.

  3. Score each in-scope row against the six checks in references/rubric.md. Each check returns Flagged / Clean / Unknown. Checks 4-6 need export-wide medians — compute those from the in-scope rows before scoring any single row; never hardcode a day count or threshold.

  4. Evidence rule. Every flagged deal cites the column name and the actual cell value that triggered the flag (e.g. champion = (empty), days_in_stage = 71). An uncited flag doesn't ship.

  5. Output one markdown table, flagged deals first, most flags first:

    | Deal | Flags | Evidence | Suggested action |

    Then two closing lines: N of M deals in Evaluation flagged and the single most common flag across them. Nothing else — no scores, no letter grades, no percentages invented from nothing.

Connector mode

If the conversation has a tool that can list opportunities/deals, use it and treat the returned rows exactly like CSV rows — same column detection, same six checks, same output. Optional and secondary to CSV mode.

Do not

  • Don't read a call transcript — route call-quality questions to technical-discovery instead; this skill only checks the CRM record's shape.
  • Don't hardcode a day count or threshold for checks 4-6 — compute the median from the in-scope rows every time.
  • Don't invent a score, grade, or percentage beyond the two closing lines.

Related skills

  • technical-discovery — audits the technical discovery call itself, for when the evaluation record needs a call-level read behind it.
  • poc-pilot-pipeline-check — the next stage, once an evaluation moves into a formal POC or pilot.

Sample data

assets/sample-pipeline-evaluation-pipeline-check.csv is a synthetic 10-row export with a mix of flagged and healthy evaluation deals — run the skill against it first. At least two rows are genuinely healthy and must come back Clean on every check; a rubric that flags everything is useless.

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 (or the connector result, in connector mode) 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.

Need help setting it up?

This page tells you what evaluation-pipeline-check 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.