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.
npx skills add elijeangilles/revops-skills --skill deal-investigatorgit clone --depth 1 https://github.com/elijeangilles/revops-skillsWrote 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.
[](https://agentmods.dev/skills/elijeangilles/revops-skills/deal-investigator)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
- Is this deal real?
- Is the close date credible?
- What is the actual risk?
- What do comparable deals tell us?
- 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
- Salesforce MCP: query the specific opportunity, its account, recent activity, and comparable closed opportunities (SOQL in Appendix A).
- CSV or JSON: read
opportunities.csvand identify the target opp by id or name. - 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):
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.
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.
- 12d ago First seen · 198 lines · 63 tokens per session scan A a88dc8735373
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.
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…
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.
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.
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'.
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.
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…