Data & Analysis ✓ Anthropic · Official presentation-qcfinancial-modelingnumber-reconciliationdata-validationinvestment-bankingpowerpoint

Investment Banking Deck Checker

Find cross-slide number errors, unsupported claims, language issues, and presentation defects before client delivery.

FollowSkills review · FSRS-2.0
Not recommended
47/ 100 5-point scale 2.4 / 5
Trust15 / 25 · 3.0/5

The skill explicitly says it is read-and-report only and makes no deck edits, limiting external effects. It does not explain handling of sensitive client data, temporary-file retention, data flows, or user confirmation, so points are deducted for incomplete privacy, least-privilege transparency, and recovery safeguards.

Reliability6 / 20 · 1.5/5

It provides a structured workflow and a basic number-extraction script with file-not-found handling. However, there are no key-path tests; category grouping and a 5% tolerance can create false positives, while visual QC has no reproducible tool procedure or diagnostic failure feedback. Static evidence therefore warrants a score below 10.

Adaptability7 / 15 · 2.3/5

The audience, use cases, and four review dimensions are clear. Boundaries for unsupported deck types, invalid inputs, semantic trigger exclusions, Chinese-language material, and practical visual-QC capability in chat are unspecified, so points are deducted for limited environment and trigger precision.

Convention8 / 15 · 2.7/5

The documentation is reasonably layered, with terminology guidance, a report template, severity rules, an Apache-2.0 license, and repository-level CI maintenance signals. It lacks skill versioning, changelog, explicit ownership, dependency/install notes, FAQs, and troubleshooting; the script path also depends on the working directory.

Effectiveness7 / 15 · 2.3/5

The intended output covers number consistency, data-narrative alignment, language, and formatting, with slide attribution and severity prioritization, giving it clear practical value. Visual verification is underspecified, the script only supports extracted text, and the report is not clearly machine-ready. Under static calibration, the score is capped at 7 and reduced for incomplete direct usability evidence.

Verifiability4 / 10 · 2.0/5

The source instructions, script logic, and report format are inspectable, and repository CI validates plugins and scans secrets. There is no committed test suite covering this skill's key paths, real execution evidence, or independent corroboration, so the score is limited to 4 and remains below the static maximum of 5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 4aa51ed3d379
Before you use it
  • Do not treat the report as the sole pre-delivery control; qualified professionals should review figures, sources, narrative alignment, and visual issues.
  • Confirm that the deck may safely be uploaded and establish rules for sensitive data, temporary files, and access permissions.
  • Verify script paths, dependencies, and visual-QC tooling in the deployment environment; number categorization may produce false positives or negatives.
  • Repository-level plugin-validation CI does not demonstrate that this skill's key paths are tested.
Review evidence [1][2][3][4][5][6][7][8][9]
See the full review method →

What it does & when to use it

This skill reviews pitch decks and client-ready presentations across four quality dimensions: number consistency, data-narrative alignment, IB language polish, and visual formatting. It reads every slide and preserves slide-level attribution for findings. A number-checking script normalizes monetary units and metric categories to identify conflicting values across slides. The workflow is read-only and produces a severity-ranked report rather than editing the deck.

Reads all slide text from an uploaded PPTX or a live PowerPoint add-in deck and saves it with slide markers; runs scripts/extract_numbers.py --check to normalize formats such as $M, $MM, and full dollar amounts and flag metric conflicts; verifies totals, percentages, growth rates, units, and reporting periods; tests whether trend and market-position claims are supported by the underlying data; scans for informal phrasing, contractions, exclamation points, vague quantifiers, and terminology drift; checks source citations, axis labels, typography, number and date formats, footnotes, disclaimers, overlaps, overflow, and contrast; reports findings as Critical, Important, or Minor.

  1. An investment banking analyst checks revenue, EBITDA, multiples, and margin figures across a pitch book before sending it to a client.
  2. A deal team verifies that revised charts still support the narrative written on earlier slides.
  3. A VP or execution team performs a final pass for missing sources, axis labels, footnotes, and disclaimers before delivery.
  4. A banking team runs a language review to remove casual phrasing, contractions, inconsistent terminology, and unsupported vague claims.

Pros & cons

Pros
  • Covers four practical review areas: numbers, narrative, language, and visual formatting.
  • Maintains slide-level attribution so reviewers can locate conflicting figures.
  • Uses explicit severity levels and leads with delivery-blocking issues.
  • Supports both PowerPoint add-in and chat workflows.
Limitations
  • The source provides no test results, accuracy metrics, or sample reports.
  • It depends on scripts/extract_numbers.py and referenced files ib-terminology.md and report-format.md, whose contents are not provided.
  • It reports issues but does not repair the presentation.
  • Visual checks require access to the actual slide appearance; text extraction alone cannot fully detect overlap, overflow, or contrast problems.
  • It requires Python, filesystem access, and a readable PPTX or live-deck environment.

How to install

The skill is located at plugins/agent-plugins/pitch-agent/skills/ib-check-deck/ in anthropics/financial-services. In Cowork, open Settings → Plugins → Add plugin, add https://github.com/anthropics/financial-services, and select Pitch Agent; alternatively, upload a zip containing plugins/agent-plugins/pitch-agent/. For Claude Code, the documented commands are claude plugin marketplace add anthropics/financial-services followed by claude plugin install pitch-agent@claude-for-financial-services. The source does not document a standalone installation command for this individual skill.

How to use

In a supported session, upload a PPTX or open a deck in the PowerPoint add-in, then ask: “Review this deck for number consistency and client-readiness,” or “Reconcile the figures across slides and check the formatting.” The skill reads the full deck and returns a read-only report. Its documented internal command is python scripts/extract_numbers.py /tmp/deck_content.md --check; the source does not describe a separate end-user command or interface.

FAQ

Does it edit the PowerPoint file?
No. The source explicitly defines the workflow as read-and-report only, so it produces findings instead of making edits.
What kinds of numerical errors can it find?
It checks cross-slide metric conflicts, totals, percentages, growth rates, unit consistency, and alignment of FY, LTM, and quarterly periods.
Does it require external data connectors or network access?
No such requirement is stated. The workflow reads the deck and runs a local Python extraction script; MCP integrations are not referenced for this skill.
Can it replace a human final review?
It should be treated as review support. The source provides no accuracy or coverage evidence, and human verification remains important for visual and factual judgment.

More skills from this repository

All from anthropics/financial-services

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Builder

Populate and validate linked income statement, balance sheet, and cash flow models with formulas.

Data & Analysis ✓ Anthropic · Official

Spreadsheet Auditor

Checks spreadsheet formulas, errors, and financial-model integrity.

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Builder

Complete existing three-statement templates with linked formulas, projections, scenarios, and audit checks.

Data & Analysis ✓ Anthropic · Official

Comparable Company Valuation

Build institutional-grade peer valuation analyses with operating metrics, trading multiples, and statistical benchmarks in spreadsheets.

Data & Analysis ✓ Anthropic · Official

Competitive Landscape Analyst

Turn competitive research into an approved, comparable market landscape deck.

Data & Analysis ✓ Anthropic · Official

Earnings Update Researcher

Turn quarterly results into an institutional-style update focused on beats, estimate changes, valuation, and thesis impact.

Data & Analysis ✓ Anthropic · Official

Sector Landscape Research

Structure industry dynamics, competition, valuation, and investment themes in one research workflow.

Productivity & Collaboration ✓ Anthropic · Official

PE Investment Committee Memo Writer

Turns diligence, financial analysis, and deal terms into a structured memo for private equity investment committee approval.

Data & Analysis ✓ Anthropic · Official

Excel Data Cleaning Assistant

Clean inconsistent spreadsheets before analysis.

Data & Analysis ✓ Anthropic · Official

Financial Deck Refresh

Update financial figures across an existing presentation while preserving its formatting and structure.

Writing & Content ✓ Anthropic · Official

IC Memo Drafting

Turns diligence and financial inputs into a structured IC memo.

Data & Analysis ✓ Anthropic · Official

Financial Model Auditor

Find spreadsheet formula errors and test financial-model integrity before review.

Automation & Ops ✓ Anthropic · Official

Reconciliation Break Tracer

Trace ledger breaks to source entries and state the operational root cause.

Automation & Ops ✓ Anthropic · Official

KYC Intake Parser

Turn onboarding packets into structured KYC data ready for screening.

Data & Analysis ✓ Anthropic · Official

Audit XLS: Spreadsheet Model Review

Systematically checks spreadsheet formulas, errors, and financial-model integrity issues.

Data & Analysis ✓ Anthropic · Official

General Ledger Roll-Forward

Connects a balance-sheet account’s opening balance to its period-end GL balance for close packages and audit support.

Data & Analysis ✓ Anthropic · Official

Investment Banking Pitch Deck Filler

Populate existing investment banking PowerPoint templates with validated data from Excel, CSV, and other source files.

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Filler

Complete and validate integrated three-statement templates with formulas, linkages, and audit checks.

Data & Analysis ✓ Anthropic · Official

Financial Model Audit

Systematically checks spreadsheet formulas and model integrity.

Data & Analysis ✓ Anthropic · Official

GL–Subledger Reconciliation

Reconcile general ledger and subledger data, expose breaks, and suggest likely causes for investigation.

Related skills