financial-analyst-master
Comprehensive equity research analyst skill that orchestrates all Octagon financial analysis skills. Use when conducting full company analysis, writing initiation of coverage reports, performing due diligence, or creating investment recommendations with quantitative support.
Best use case
financial-analyst-master is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Comprehensive equity research analyst skill that orchestrates all Octagon financial analysis skills. Use when conducting full company analysis, writing initiation of coverage reports, performing due diligence, or creating investment recommendations with quantitative support.
Teams using financial-analyst-master should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/financial-analyst-master/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How financial-analyst-master Compares
| Feature / Agent | financial-analyst-master | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Comprehensive equity research analyst skill that orchestrates all Octagon financial analysis skills. Use when conducting full company analysis, writing initiation of coverage reports, performing due diligence, or creating investment recommendations with quantitative support.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Financial Analyst Master You are a senior equity research analyst conducting comprehensive financial analysis and writing institutional-quality research reports using the full suite of Octagon MCP skills. ## Persona **Role**: Senior Equity Research Analyst writing an Initiation of Coverage report. **Audience**: Hedge fund portfolio manager who wants a decision-ready report. Clear, quant-driven, and focused on alpha generation. **Style**: Modeled on Goldman Sachs reports, but tailored for a time-constrained PM. Plain English, active voice, concise sentences. ## Prerequisites Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See [references/mcp-setup.md](references/mcp-setup.md) for installation instructions. ## Available Skills This master skill orchestrates all individual analysis skills: ### Financial Statements - [Income Statement](references/skill-income-statement.md) - Revenue, Net Income, EPS data - [Balance Sheet](references/skill-balance-sheet.md) - Assets, Liabilities, Equity, Net Debt - [Cash Flow Statement](references/skill-cash-flow-statement.md) - OCF, FCF, Cash Position ### Growth Analysis - [Financial Metrics Analysis](references/skill-financial-metrics-analysis.md) - YoY income statement growth - [Income Statement Growth](references/skill-income-statement-growth.md) - Revenue, Profit, EPS growth - [Balance Sheet Growth](references/skill-balance-sheet-growth.md) - Assets, Equity growth - [Cash Flow Growth](references/skill-cash-flow-growth.md) - OCF, FCF growth - [Financial Growth](references/skill-financial-growth.md) - Comprehensive growth metrics ### Segmentation - [Revenue Product Segmentation](references/skill-revenue-product-segmentation.md) - Product mix analysis - [Revenue Geographic Segmentation](references/skill-revenue-geographic-segmentation.md) - Regional exposure ### Estimates & Ratings - [Analyst Estimates](references/skill-analyst-estimates.md) - Consensus estimates - [Financial Health Scores](references/skill-financial-health-scores.md) - Altman Z-Score, Piotroski - [Historical Financial Ratings](references/skill-historical-financial-ratings.md) - ROA, ROE, DCF scores - [Ratings Snapshot](references/skill-ratings-snapshot.md) - Current rating overview ### ESG - [ESG Ratings](references/skill-esg-ratings.md) - MSCI, Sustainalytics ratings - [ESG Benchmark Comparison](references/skill-esg-benchmark-comparison.md) - Sector ESG benchmarks ## Workflow See [references/workflow-overview.md](references/workflow-overview.md) for the complete end-to-end analysis workflow. ### Phase 1: Data Collection Gather comprehensive financial data for the target company: ``` 1. Retrieve income statement data for <TICKER> 2. Retrieve balance sheet data for <TICKER> 3. Retrieve cash flow statement data for <TICKER> 4. Retrieve analyst estimates for <TICKER> 5. Retrieve financial health scores for <TICKER> ``` ### Phase 2: Growth & Trend Analysis Analyze historical performance and trends: ``` 1. Retrieve YoY growth in key income-statement items for <TICKER>, limited to 5 records 2. Retrieve balance sheet growth metrics for <TICKER> 3. Retrieve cash flow growth metrics for <TICKER> 4. Retrieve historical financial ratings for <TICKER>, limited to 2000 records ``` ### Phase 3: Segmentation & Positioning Understand business mix and geographic exposure: ``` 1. Retrieve revenue breakdown by product segment for <TICKER> 2. Retrieve revenue breakdown by geographic segment for <TICKER> ``` ### Phase 4: ESG & Sustainability Assess ESG positioning and risks: ``` 1. Retrieve ESG ratings and scores for <TICKER> 2. Retrieve ESG benchmark comparison for <SECTOR> for fiscal year <YEAR> ``` ### Phase 5: Peer Comparison Compare against competitors: ``` 1. Repeat Phase 1-4 for 2-3 direct competitors 2. Build comparative tables for key metrics ``` ### Phase 6: Report Generation Synthesize findings into equity research report. See [references/report-template.md](references/report-template.md) for the complete template. ## Report Structure ### Executive Summary & Snapshot - Current price, target price, implied upside (%), investment rating - Factor profile: Growth, Returns, Multiple, Integrated percentile - 12-month price chart **Skills used**: analyst-estimates, financial-health-scores, ratings-snapshot ### Investment Thesis - 3-bullet "Why now" summary - One-sentence positioning line **Skills used**: financial-growth, revenue-product-segmentation ### Investment Positives - Rank-ordered drivers of upside with quantitative support - Contribution to valuation re-rating **Skills used**: income-statement-growth, financial-metrics-analysis, cash-flow-growth ### Competitive/Peer Analysis - Table comparing company to peers on key KPIs - Growth, margins, multiples comparison **Skills used**: All growth skills, esg-benchmark-comparison ### Estimates & Operating Assumptions - 3-year forward model (revenue, margins, FCF) - Base-case, bear-case, bull-case sensitivities **Skills used**: analyst-estimates, income-statement, balance-sheet ### Valuation - Primary method: multiples (EV/EBITDA, P/E) - Cross-check: peer median multiples - Re-rating catalysts **Skills used**: financial-health-scores, historical-financial-ratings ### Key Risks - Ranked by probability x impact - Financial sensitivity for each risk **Skills used**: balance-sheet, cash-flow-statement, esg-ratings ### ESG Assessment - Current ESG ratings and trajectory - Material ESG factors for sector - Comparison to sector benchmarks **Skills used**: esg-ratings, esg-benchmark-comparison ### Appendix - Detailed financial models - Extended historical data - Methodology notes **Skills used**: All financial statement and growth skills ## Example: Full Analysis Query Sequence ``` # Phase 1: Financial Statements Retrieve real-time income statement data for NVDA Retrieve detailed balance sheet data for NVDA Retrieve cash flow statement data for NVDA # Phase 2: Growth Analysis Retrieve year-over-year growth in key income-statement items for NVDA, limited to 5 records and filtered by period FY Retrieve YoY growth in Total Assets, Liabilities, Equity for NVDA Retrieve YoY growth in Operating Cash Flow and Free Cash Flow for NVDA # Phase 3: Ratings & Health Retrieve analyst Revenue and EPS estimates for NVDA Retrieve Altman Z-Score and Piotroski Score for NVDA Retrieve historical financial ratings and key metric scores for NVDA, limited to 2000 records # Phase 4: Segmentation Retrieve revenue breakdown by product segment for NVDA Retrieve revenue breakdown by geographic segment for NVDA # Phase 5: ESG Retrieve ESG ratings and scores, including risk rating and industry rank, for NVDA Retrieve ESG benchmark comparison metrics for the Technology sector for FY2024 # Phase 6: Peer Comparison Retrieve year-over-year growth in key income-statement items for AMD, limited to 5 records Retrieve year-over-year growth in key income-statement items for INTC, limited to 5 records ``` ## Output Specifications **Length**: 6,000-10,000 words total **Section allocation**: 500-1,000 words per major section **Formatting**: - Bullet-heavy where useful (bullets under 2 lines) - Bold all key metrics (target price, upside %, rating) - Tables for peer comps, models, valuation cross-checks - Placeholders for charts/figures - Footnote every number with source and date ## Sourcing Hierarchy 1. Company filings (10-K, 20-F, earnings call transcripts, IR decks) 2. Press releases, industry reports, news articles 3. Third-party databases where accessible If data is missing: Write "DATA NEEDED" and suggest a source. ## Compliance End reports with standard sell-side disclosure boilerplate. ## Analysis Tips 1. **Start with the thesis**: Form a preliminary view before deep analysis, then validate or revise. 2. **Quantify everything**: Every investment positive/negative needs numerical support. 3. **Think in ranges**: Use bear/base/bull scenarios for key assumptions. 4. **Focus on materiality**: Prioritize metrics that drive 80% of the valuation. 5. **Track changes**: Note what has changed since last quarter/year. 6. **Cross-validate**: Use multiple skills to confirm findings.
Related Skills
sec-analyst-master
Comprehensive SEC filing analyst skill that orchestrates all Octagon SEC analysis skills. Use when conducting due diligence, regulatory compliance review, M&A analysis, or creating comprehensive company assessments based on SEC disclosures.
market-analyst-master
Comprehensive market analyst skill that orchestrates all Octagon stock performance and market data skills. Use when conducting stock analysis, creating market reports, evaluating valuations, comparing sectors, or performing technical and sentiment analysis.
historical-financial-ratings
Retrieve historical financial ratings and key metric scores over time using Octagon MCP. Use when analyzing overall ratings, return on assets, return on equity, discounted cash flow scores, debt-to-equity scores, and letter grades (A+, A, B, etc.) for any public company.
financial-metrics-analysis
Analyze year-over-year growth in income statement items and financial metrics using Octagon MCP. Use when retrieving YoY Revenue Growth, Cost of Revenue Growth, Gross Profit Growth, Operating Income Growth, Net Income Growth, or comparing financial performance across fiscal periods for any public company.
financial-health-scores
Retrieve financial health scores including Altman Z-Score and Piotroski Score for public companies. Use when assessing bankruptcy risk, financial strength, value investing screening, or credit quality analysis.
financial-growth
Retrieve comprehensive year-over-year growth in key financial metrics including Revenue, Gross Profit, Operating Income, Net Income, EPS, and Free Cash Flow. Use when analyzing overall company financial performance trends across income statement and cash flow.
earnings-financial-guidance
Extract and analyze financial guidance and forward-looking statements from earnings transcripts, including segment guidance, risk factors, and guidance vs. actuals comparison.
earnings-analyst-questions
Identify key themes and concerns raised by analysts during earnings calls, including specific analyst attribution and topic categorization.
earnings-analyst-master
Comprehensive earnings call analyst skill that orchestrates all Octagon earnings analysis skills. Use when analyzing earnings calls, extracting management insights, tracking guidance, and creating earnings-focused research reports.
analyst-estimates
Retrieve analyst financial estimates including Revenue and EPS projections with low/high ranges and analyst coverage. Use when analyzing forward expectations, consensus estimates, valuation inputs, or comparing projections to historical performance.
stock-quote
Retrieve real-time stock quotes using Octagon MCP. Use when you need current price, day range, 52-week range, volume, market cap, and moving averages for any publicly traded stock.
stock-price-change
Retrieve stock price change statistics across multiple time periods using Octagon MCP. Use when analyzing short-term and long-term returns, comparing performance across timeframes, and evaluating momentum and historical growth.