deal-investigator

deal-investigator is a skill for Claude Code, Codex from elijeangilles/revops-skills. It costs 63 tokens per session (2,066 once invoked), scanned A, original, MIT.

A structured review of one sales opportunity, or deal, using its activity, progress through sales stages, comparable deals, and warning signs. It produces a one-page memo for a deal review meeting.

In plain words
What is it for?
Pressure-testing a specific opportunity, preparing for a deal review, deciding whether to escalate, or checking a deal before a forecast call.
Why use it?
It helps managers test whether a deal is real, whether its expected closing date is believable, and what risks may affect the forecast. It also supports a clear decision to commit, include as best case, omit, or escalate the deal.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Pressure-testing a specific opportunity, preparing for a deal review, deciding whether to escalate, or checking a deal before a forecast call.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elijeangilles/revops-skills/deal-investigator
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 elijeangilles/revops-skills --skill deal-investigator
Clone the repo
git clone --depth 1 https://github.com/elijeangilles/revops-skills

Made for: Claude Code, Codex.

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 deal-investigator

README.md
[![agentmods](https://agentmods.dev/badge/skills/elijeangilles/revops-skills/deal-investigator/github.svg)](https://agentmods.dev/skills/elijeangilles/revops-skills/deal-investigator)
Your own site
<a href="https://agentmods.dev/skills/elijeangilles/revops-skills/deal-investigator"><img src="https://agentmods.dev/badge/skills/elijeangilles/revops-skills/deal-investigator/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 deal-investigator

Your own site · 80×15
<a href="https://agentmods.dev/skills/elijeangilles/revops-skills/deal-investigator"><img src="https://agentmods.dev/badge/skills/elijeangilles/revops-skills/deal-investigator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,066 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.
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.00063 $0.02066
Opus 5 $0.00032 $0.01033
Sonnet 5 $0.00013 $0.00413
Haiku 4.5 $0.00006 $0.00207

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

Security

Grade A, and why

deal-investigator 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 12d 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/deal-investigator/SKILL.md · 198 lines

How it starts

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

Deal Investigator

What this skill does

For a single opportunity, produces a structured review answering five questions a CRO would ask in a deal review:

  1. Is this deal real?
  2. Is the close date credible?
  3. What is the actual risk?
  4. What do comparable deals tell us?
  5. What is the recommendation: commit, best case, omit, or escalate?

The output is a one-page deal memo, formatted for a deal review meeting.

Upstream context

This skill is typically invoked by salesforce-revops-audit once per flagged opportunity when the audit's Deal Integrity dimension surfaces individual deals with 3+ risk flags. It can also be run directly when a manager wants to pressure-test a specific deal they have in mind. Unlike the other skills in this pack, this one operates on a single opportunity, so the audit will recommend running it multiple times in sequence when multiple deals are flagged.

When to invoke

Invoke when the user says any of:

  • "investigate this deal"
  • "deal review for [opp name or id]"
  • "is this deal real"
  • "pressure-test [opp name]"
  • "deep dive on this opportunity"
  • "should we call this in commit"

Do not invoke for:

  • Full-team forecast prep (use forecast-call-prep)
  • Pipeline-wide hygiene scanning (use pipeline-hygiene-audit)
  • Multi-deal portfolio analysis

Data sources, in order of preference

  1. Salesforce MCP: query the specific opportunity, its account, recent activity, and comparable closed opportunities (SOQL in Appendix A).
  2. CSV or JSON: read opportunities.csv and identify the target opp by id or name.
  3. Sample data: bundled synthetic dataset, with the user providing an opp_id from the dataset.

Column discernment

Real Salesforce exports rarely match canonical names exactly. Custom suffixes (__c), renamed fields, and different cases are normal. Before parsing any data file, read docs/column_mapping.md and use it to map the export's actual headers to the canonical fields this skill needs.

Procedure (full detail in docs/column_mapping.md):

Read the full file on GitHub · 198 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 198 lines · 63 tokens per session scan A a88dc8735373

Subscribe to this mod's changes

deal-investigator is a skill published in the GitHub repository elijeangilles/revops-skills (8 stars, last pushed 3mo ago), licensed MIT. It adds 63 tokens to every session and 2,066 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

website-audit

Audit a company's website from a buyer's perspective — positioning, funnel, proof, and differentiation. Use when user says 'audit this site', 'review my website', 'marketing audit', 'homepage critique', 'site teardown', 'why isn't my site converting', 'what does my site say about us', or 'what does a visitor see in 5…

GTMify/aigtm · 100 tokens

competitor-alternatives

Create competitor comparison and 'alternatives' landing pages for SEO and sales enablement. Use when user says 'alternative page', 'vs page', 'competitor comparison', 'comparison page', 'competitive landing pages', or asks to create content positioning against competitors.

GTMify/aigtm · 58 tokens

contract-review

Review a pasted contract (vendor agreement, lease, MSA, NDA, SOW, service agreement) in plain English — flag risky clauses, suggest negotiation points, and produce a one-page summary. Use when the user says 'review this contract', 'is this lease OK', 'check this NDA', 'should I sign this', or pastes contract language.

GTMify/aigtm · 76 tokens

hiring-kit

Generate a complete SMB hiring kit for a single role: job description, screening questions, interview rubric, scorecard, and offer letter template. Use when the user says 'I need to hire a [role]', 'create a hiring kit', 'write a job description', 'interview questions for [role]', or 'help me hire'.

GTMify/aigtm · 72 tokens

kit

Generate a lead magnet content kit — ebooks, worksheets, checklists, prompt libraries, ICP templates, and landing page copy. Use when user says 'lead magnet', 'gated content', 'content kit', 'downloadable resource', 'ebook', 'checklist', 'template', 'worksheet', or asks about creating assets to capture leads.

GTMify/aigtm · 71 tokens

local-marketing

Help a brick-and-mortar or local-service small business with Google Business Profile optimization, local SEO, and neighborhood marketing tactics. Use when the user says 'local marketing', 'Google Business Profile', 'GBP', 'show up on Google Maps', 'local SEO', 'get more foot traffic', or 'market my…

GTMify/aigtm · 74 tokens