Financial Statement Analysis Engine
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md to install @user_4cdf8f25/financial-statement-analyzer.
About this skill
Problem Being Solved
After a financial statement is uploaded, engineers and analysts often face inconsistent three-statement mappings, mixed account naming, and risk signals scattered across ratios and cross-checks. This skill parses .xlsx, .pdf, images, .docx, or pasted text into structured data, then runs Quick Diagnosis or Deep Diagnosis paths to produce risk conclusions.
How It Works
The pipeline routes files through parse_router.py: Excel/CSV extraction uses openpyxl and pandas, PDF parsing uses pdfplumber, images go through OCR, and Word tables are extracted. It then performs data validation, account mapping, and parallel computations, generating Z/M/F-Score, 21 red-flag checks, cash-flow patterns, and DuPont analysis. The three-tier funnel covers L1 health lights and a one-line diagnosis; L2 radar chart, industry percentile, risk heatmap, and three scenarios; L3 eight cross-checks, fraud-risk review, related-party penetration, and an action plan. Reports are HTML with Chart.js visualizations.
Boundaries and Notes
For Chinese .xls console garbling, follow the encoding-recovery checklist instead of guessing company or account names. Labels such as “abnormal” or “suspicious” indicate metric deviations, not legal conclusions. Data is processed in memory, and LLM calls are auto-redacted by removing entity names and range-ifying exact amounts. It can be deployed privately, but material decisions should still be reviewed by humans.
Use Cases
- Risk officers analyze a listed-company annual PDF, running Z/M/F-Score, 21 red flags, and cash-flow patterns to locate risky accounts.
- Financial analysts receive Excel statements, then validate BS balance, account mapping, and legacy accounts to produce an auditable ratio anomaly list.
- Investment managers review high cash-and-loan balance, receivables growth, and goodwill impairment, then generate tiered diagnostics and recommendations.
- Internal auditors parse scanned PDFs and Word tables, then check related parties, compliance redlines, and fraud-risk signals.
Best For
- Financial risk managers who need to summarize statement anomalies, fraud signals, and cash-flow risk into reviewable conclusions.
- Financial analysts who need to validate three statements, map accounts, and output ratio anomalies and risk scores.
- Investment managers who need to review DuPont decomposition, industry percentiles, and tiered diagnostic reports.
- Internal auditors who need to check related parties, compliance redlines, accounting-policy anomalies, and audit leads.
Related Skills
Provides compliance self-check and remediation guidance for medical aesthetics and jewelry businesses, covering tax categories, invoicing, and private-account risk.
Covers literature review, data analysis, visualization, drug discovery, paper writing, and grant writing workflows.
A retrieval assistant for Chinese laws and regulations, supporting semantic queries, validity checks, clause location, and regulation comparison with CLI-based output.
Wraps the Tonghuashun finance data MCP service for querying stocks, funds, macro data, news, bonds, global stocks, and indices.