From financial-analysis
Reviews investment banking pitch decks for number consistency across slides, data-narrative alignment, IB language standards, and formatting QC. Use to check client-ready presentations before delivery.
How this skill is triggered — by the user, by Claude, or both
Slash command
/financial-analysis:check-deckThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform comprehensive QC on investment banking presentations across four dimensions.
Perform comprehensive QC on investment banking presentations across four dimensions.
Extract presentation content before checking:
python -m markitdown presentation.pptx > content.md
For visual inspection, convert to images using the pptx skill workflow.
Extract numbers with slide references:
python scripts/extract_numbers.py content.md --check
Verify:
Flag pattern:
ISSUE: Revenue mismatch
- $500M on Slides 3, 8
- $485M on Slide 15 (DCF input)
ACTION: Reconcile figures
Map claims to supporting data:
Flag contradictions:
ISSUE: Narrative contradicts data
- Slide 4: "declining margins"
- Slide 7 chart: margins 18% → 22%
ACTION: Update narrative or verify data
Check plausibility (e.g., "#1 player in $100B market" with $200M revenue = 0.2% share).
Scan for:
See references/ib-terminology.md for replacement patterns.
Flag pattern:
ISSUE: Casual language (Slide 12)
- "This deal is a no-brainer"
→ "The transaction presents a compelling value proposition"
Audit each slide for:
Present findings using the template in references/report-format.md.
Categorize by severity:
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
8plugins reuse this skill
First indexed Jul 18, 2026
Showing the 6 earliest of 8 plugins
npx claudepluginhub livingbridgepe/anthropic-financial-services-plugins --plugin financial-analysis