claude-skills/docs/commands/financial-health.md
Claude 82c5aea9f0
Merge origin/dev: reconcile docs redesign with upstream skill changes
- Resolve conflicts: keep redesigned skills index, take dev's cs-aeo link
  fix, union of DOMAIN_SEO_CONTEXT entries in generate-docs.py
- Regenerate catalog on the merged tree (dev's agent/command description
  updates, removed ai-seo/release-manager/command-guide, restructured
  universal-scraping-architect)
- Update counters to post-merge truth from scripts/derive_counters.py:
  345 skills, 78 plugins (14 bundles + 64 standalone), 570+ Python tools
- Add redirects for upstream-removed pages (ai-seo -> aeo,
  release-manager -> changelog-generator, command-guide -> engineering index)
- Add compliance-os bundle to bundle tables; rebuild 78-plugin table from
  marketplace.json
- Teach the generator to rewrite repo-root-relative source links to GitHub
  URLs — mkdocs build --strict now passes with zero warnings

https://claude.ai/code/session_015bYZ97nV4oRb3LbxCRFVcP
2026-06-11 15:52:42 +00:00

1.9 KiB

title description
/financial-health — Slash Command for AI Coding Agents Run financial ratio analysis, DCF valuation, budget variance analysis, and rolling forecasts. Usage: /financial-health <ratios|dcf|budget|forecast>. Slash command for Claude Code, Codex CLI, Gemini CLI.

/financial-health

:material-console: Slash Command :material-github: Source

Analyze financial statements, build valuation models, assess budget variances, and construct forecasts.

Usage

/financial-health ratios <financial_data.json> [--format json|text]
/financial-health dcf <valuation_data.json> [--format json|text]
/financial-health budget <budget_data.json> [--format json|text]
/financial-health forecast <forecast_data.json> [--format json|text]

Examples

/financial-health ratios quarterly_financials.json --format json
/financial-health dcf acme_valuation.json
/financial-health budget q1_budget.json --format json
/financial-health forecast revenue_history.json

Scripts

  • finance/skills/financial-analyst/scripts/ratio_calculator.py — Profitability, liquidity, leverage, efficiency, valuation ratios
  • finance/skills/financial-analyst/scripts/dcf_valuation.py — DCF enterprise and equity valuation with sensitivity analysis
  • finance/skills/financial-analyst/scripts/budget_variance_analyzer.py — Actual vs budget vs prior year variance analysis
  • finance/skills/financial-analyst/scripts/forecast_builder.py — Driver-based revenue forecasting with scenario modeling

Skill Reference

finance/skills/financial-analyst/SKILL.md

  • /saas-health — SaaS-specific metrics (ARR, MRR, churn, CAC, LTV, Quick Ratio)