Skill in 《Understanding Financial Statements》

Skill Description

Analyze company financials using Tsinghua Professor Xiao Xing's three-statement framework. Apply to any company: balance sheet structure, income quality, cash flow diagnosis, ROIC vs. WACC good-company test.

Skill.md

name: analyzing-financial-reports
description: >
  Analyzes Chinese public company financial statements (balance sheet, income statement, cash flow)
  to assess asset quality, profit authenticity, cash flow health, solvency, and overall investment value.
  Use when the user provides financial data or a company name and asks whether financials are healthy,
  whether profits are real, whether there are red flags, or whether the company is a good investment.
  Based on the book "一本书读懂财报" by Xiao Xing (Tsinghua University).
license: Skill distillation for personal/educational use. Do not reproduce source passages verbatim.

Skill: Financial Statement Analysis — Asset, Profit & Cash Flow Quality

Knowledge source: Understanding Financial Statements by Xiao Xing, Professor at Tsinghua University School of Economics and Management, revised 2019 Architecture: This file is the master orchestrator; each analysis module runs as an independent subskill.

SKILL.md (master orchestrator — you are here)
└── subskills/
    ├── m1_industry_analysis/         ← Industry context analysis
    │   ├── module.md
    │   └── references/case_library.md
    ├── m2_asset_debt_analysis/       ← Asset quality check
    │   ├── module.md
    │   └── references/case_library.md
    ├── m3_profit_analysis/           ← Profit authenticity verification
    ├── m4_cashflow_analysis/         ← Cash flow health diagnosis
    ├── m5_solvency_analysis/         ← Turnover ratios and solvency
    └── m6_roic_analysis/             ← Good-company composite verdict

Skill Purpose

Help users identify the true quality of a company through its three financial statements:

  • Are the assets sound? — What do the balance sheet figures actually represent?
  • Are the profits real? — Was income earned, or manufactured?
  • Is cash flow healthy? — Is the lifeblood of the business flowing normally?

Core principles (applied across all subskills):

  • Any financial number is only meaningful in the context of its industry
  • The goal of analysis is the underlying business reality, not the numbers themselves
  • Key judgments must be supported by book case studies, found in each subskill's references/case_library.md

When to Use

Trigger this skill whenever a user:

  • Provides a company name or ticker and asks whether its financials are healthy
  • Provides financial data and wants to know whether a metric looks normal
  • Wants to identify red flags or signs of earnings manipulation
  • Wants a holistic investment quality assessment across all three financial statements

Routing Rules

Upon receiving a user question, use the table below to decide which subskills to invoke:

User question typeMust executeOptional
"Is this company financially healthy?" / Full analysisM1 → M2 → M3 → M4 → M5 → M6
"What are this industry's financial characteristics?"M1
"Are there asset quality issues?" / "Any fraud risk?"M1 → M2M5
"Are the profits real?"M1 → M3M4
"Is cash flow healthy?"M4M1
"Are receivables / inventory / fixed assets normal?"M1 → M2M5
"Is this a good company? Worth investing?"M1 → M6M3, M5
"Is the debt level risky?"M1 → M5M4
"Identify financial red flags"M1 → M2 → M3 → M4M5

Execution rules:

  1. M1 is almost always the first step — it provides the industry baseline for all other subskills
  2. Each subskill's output feeds into the next subskill as input
  3. If the user's data is insufficient, ask first — never fill gaps with assumptions
  4. For narrow questions, call only the relevant modules; do not run the full pipeline by default

How to Execute

To invoke a subskill, Read its module.md and follow the steps inside:

Invoke M1 → Read subskills/m1_industry_analysis/module.md
Invoke M2 → Read subskills/m2_asset_debt_analysis/module.md
Invoke M3 → Read subskills/m3_profit_analysis/module.md
Invoke M4 → Read subskills/m4_cashflow_analysis/module.md
Invoke M5 → Read subskills/m5_solvency_analysis/module.md
Invoke M6 → Read subskills/m6_roic_analysis/module.md

Book case studies are stored in each subskill's own references/case_library.md; the subskill will Read that file itself when looking for supporting evidence.


Multi-Module Output Format

---
The following analysis is powered by the Understanding Financial Statements skill — for educational use only.
---

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 [Company Name] Financial Statement Analysis
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

[M1 Industry Context]
... (industry baseline report)

[M2 Asset Quality] (if applicable)
...

[M3 Profit Authenticity] (if applicable)
...

[M4 Cash Flow Health] (if applicable)
...

[M5 Solvency] (if applicable)
...

[M6 Composite Verdict] (if applicable)
...

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Risk Signal Summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔴 High risk: [list]
🟡 Watch closely: [list]
🟢 Performing well: [list]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 What additional data is needed?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[List any analysis items that could not be completed due to missing data]

---
The following analysis is powered by the Understanding Financial Statements skill — for educational use only.
---

Subskill Status

SubskillPathStatus
M1 Industry Contextsubskills/m1_industry_analysis/✅ Ready
M2 Asset Qualitysubskills/m2_asset_debt_analysis/✅ Ready
M3 Profit Authenticitysubskills/m3_profit_analysis/✅ Ready
M4 Cash Flow Healthsubskills/m4_cashflow_analysis/✅ Ready
M5 Solvency & Turnoversubskills/m5_solvency_analysis/✅ Ready
M6 Good-Company Verdictsubskills/m6_roic_analysis/✅ Ready

All subskills are ready — invoke the relevant modules per the routing table above.

Install & Use

Install command

npx skills add simbajigege/book2skills/skills/analyzing-financial-statements
OR

Direct download

Related Skills

Poor Charlie's Almanack AI Skill

Transform Charlie Munger's latticework of mental models and worldly wisdom into an AI analysis tool for investments, ...

Common Stocks and Uncommon Profits AI Skill

Apply Philip Fisher's growth stock investment system to deeply evaluate any publicly traded company. Covers the full ...

Where Are the Customers' Yachts?: Schwed's Wall Street Conflict Framework AI Skill

Apply Fred Schwed Jr.'s Wall Street conflict framework to evaluate financial advice, forecasts, product complexity, s...

Show Your Work: Kleon's Sharing Framework AI Skill

Apply Austin Kleon's Show Your Work framework to decide what to share, document creative process, build audience trus...

The Clash of the Cultures AI Skill

Apply the framework from *The Clash of the Cultures* by John C. Bogle

The Little Book of Common Sense Investing AI Skill

Apply the framework from *The Little Book of Common Sense Investing*

Compact with Memory AI Skill

Executes /compact correctly — generates a high-quality conversation summary that preserves reasoning, decisions, and ...

Contagious: STEPPS Viral Content Framework AI Skill

Apply Jonah Berger's STEPPS framework from Contagious to diagnose why ideas spread, redesign campaigns, and build sha...

Contract Drafting and Review Guide (Chinese Law) AI Skill

Apply the San Guan Si Bu Fa method to draft and review China-law contracts through transaction structure, contract st...

Creating Superfans AI Skill

Apply Brittany Hodak's SUPER Model from Creating Superfans to turn ordinary customers into advocates through story, c...