Install
$ agentstack add skill-zime-ai-zime-gtm-skills-evaluation-pipeline-check ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Evaluation Pipeline Check
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.
Modes
CSV mode (.csv)
claude "run evaluation-pipeline-check on ./exports/pipeline.csv"
- 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.
- 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.
- 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.
- 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.
- 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.
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.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zime-ai
- Source: zime-ai/zime-gtm-skills
- License: MIT
- Homepage: https://zime.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.