Agent Skills
› cosmicstack-labs/mercury-agent-skills
› financial-analysis
financial-analysis
GitHub用于财务分析,涵盖比率、现金流、盈亏平衡及预测。提供利润率等关键指标健康标准,解析现金流结构,计算盈亏平衡点,并指导如何通过趋势对比和风险揭示进行专业的财务叙事。
Trigger Scenarios
需要分析财务报表健康状况
计算投资回报率或盈亏平衡点
评估公司盈利能力和流动性
撰写财务分析报告或演示文稿
Install
npx skills add cosmicstack-labs/mercury-agent-skills --skill financial-analysis -g -y
SKILL.md
Frontmatter
{
"name": "financial-analysis",
"metadata": {
"tags": [
"finance",
"analysis",
"ratios",
"cash-flow",
"forecasting"
],
"author": "cosmicstack-labs",
"version": "1.0.0",
"category": "finance-legal"
},
"description": "Ratio analysis, cash flow, ROI, break-even, forecasting, and financial storytelling"
}
Financial Analysis
Analyze financial statements and business health.
Key Ratios
Profitability
| Ratio | Formula | Healthy |
|---|---|---|
| Gross Margin | (Revenue - COGS) / Revenue | >50% typical |
| Operating Margin | Operating Income / Revenue | >15% |
| Net Margin | Net Income / Revenue | >10% |
| ROE | Net Income / Shareholder Equity | >15% |
| ROA | Net Income / Total Assets | >5% |
Liquidity
| Ratio | Formula | Healthy |
|---|---|---|
| Current | Current Assets / Current Liabilities | >1.5 |
| Quick | (Current Assets - Inventory) / Current Liabilities | >1.0 |
| Cash | Cash & Equivalents / Current Liabilities | >0.5 |
Efficiency
| Ratio | Formula | Healthy |
|---|---|---|
| Asset Turnover | Revenue / Total Assets | Industry-specific |
| Inventory Turnover | COGS / Avg Inventory | Higher is better |
| DSO | (AR / Revenue) × 365 | <45 days |
Cash Flow Analysis
- Operating CF should be positive and growing
- Investing CF negative = investing in growth
- Financing CF reveals debt/equity strategy
- Free Cash Flow = Operating CF - CapEx
Break-Even Analysis
Break-Even Units = Fixed Costs / (Selling Price - Variable Cost)
Break-Even Revenue = Break-Even Units × Selling Price
Financial Storytelling
- Start with the headline (the "so what")
- Use trends, not snapshots (3-5 year view)
- Compare to benchmarks (industry, historical, budget)
- Highlight leading indicators, not just lagging
- Include risk factors and assumptions
Version History
- 38e2523 Current 2026-07-05 19:39


