pipeline-review

pipeline-review is a skill for Claude Code from alebgl77/claude-inc. It costs 75 tokens per session (685 once invoked), scanned A, original, MIT.

A sales-pipeline review assistant for examining a list of open deals and judging their health, urgency, and likelihood of closing.

In plain words
What is it for?
Use it with a CSV, table, or notes to choose weekly priorities, revive or close stale deals, and create one next action for each opportunity.
Why use it?
It exposes neglected deals, unrealistic close dates, deals with only one contact, and opportunities that look further along than the evidence supports.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-inc plugin — 54 skills, 3 commands, 9 agents shipped together

Good fit Use it with a CSV, table, or notes to choose weekly priorities, revive or close stale deals, and create one next action for each opportunity.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alebgl77/claude-inc/pipeline-review
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 alebgl77/claude-inc --skill pipeline-review
Clone the repo
git clone --depth 1 https://github.com/alebgl77/claude-inc

Made for: Claude Code.

Or install claude-inc, the plugin that ships this one along with the rest of its 54 skills, 3 commands, 9 agents.

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 pipeline-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/alebgl77/claude-inc/pipeline-review/github.svg)](https://agentmods.dev/skills/alebgl77/claude-inc/pipeline-review)
Your own site
<a href="https://agentmods.dev/skills/alebgl77/claude-inc/pipeline-review"><img src="https://agentmods.dev/badge/skills/alebgl77/claude-inc/pipeline-review/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 pipeline-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/alebgl77/claude-inc/pipeline-review"><img src="https://agentmods.dev/badge/skills/alebgl77/claude-inc/pipeline-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 685 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00075 $0.00685
Opus 5 $0.00037 $0.00342
Sonnet 5 $0.00015 $0.00137
Haiku 4.5 $0.00007 $0.00068

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

Security

Grade A, and why

pipeline-review 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 11d ago.

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/pipeline-review/SKILL.md · 53 lines

How it starts

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

Pipeline Review — Pipeline Doctor

"Pipeline truth over pipeline comfort."

When to use

  • "Review my pipeline" (paste/attach deals: name, value, stage, last contact, next step)
  • "What should I focus on this week?"
  • "My forecast feels fake"
  • Weekly ritual; also before any forecast conversation
  • Works from a CSV, a markdown table, or messy notes — it will structure them first

Workflow

  1. Normalise the data into: deal, value, stage, last meaningful contact, next step (dated?), single or multi-threaded.
  2. Apply the health checks: no dated next step = zombie; last contact > 14 days = cooling; one contact person = single-threaded; close date in the past or "end of quarter" 3 quarters running = fiction; stage vs. evidence mismatch (e.g. "negotiation" but no proposal sent).
  3. Score priorities: value × probability × momentum. Big-but-dead loses to small-but-moving.
  4. Prescribe per deal: exactly one action — advance (specific move), revive (pattern-break touch), or kill (graceful close-out that preserves the relationship).
  5. Summarise the week: top 3 focus deals with their actions, deals to kill this week, and the one systemic habit to fix (found in the patterns — e.g. "you never set next steps on first calls").
  6. Forecast sanity line: weighted realistic total vs. optimistic total, in one sentence.

Output format

## Pipeline review — {date} · {n} deals · realistic: {€X} (optimistic: {€Y})

| Deal | Value | Health | Diagnosis | THE action this week |
|------|-------|--------|-----------|----------------------|
| ...  | ...   | 🟢🟡🔴 | ...       | ...                  |

**Focus 3**: 1. {deal} → {action} 2. ... 3. ...
**Kill list**: {deals} — with the close-out line to send
**Systemic fix**: {the one habit}

Quality bar

  • Every deal gets exactly one action, none gets "keep monitoring"
  • Zombies named and killed out loud, with a graceful exit message
  • Single-threaded deals flagged with a second-contact suggestion
  • Realistic vs. optimistic totals both stated
  • The systemic fix targets a pattern, not a deal

Read the full file on GitHub · 53 lines

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. 11d ago First seen · 53 lines · 75 tokens per session scan A 697ae3c5ec50

Subscribe to this mod's changes

pipeline-review is a skill published in the GitHub repository alebgl77/claude-inc (15 stars, last pushed 2d ago), licensed MIT. It adds 75 tokens to every session and 685 once invoked, about $0.0004 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-30.