report-stock

Solid

Generate comprehensive stock analysis report (PDF or markdown) with trend, PMCC, and fundamental analysis

Data & Documents 234 stars 56 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Stock Analysis Report Generator Generates professional reports with comprehensive stock analysis including trend analysis, PMCC viability, and fundamental metrics. Supports both PDF and markdown output formats. ## Instructions ### Step 1: Gather Data Run the report script for each symbol: ```bash uv run python scripts/report.py SYMBOL ``` The script returns detailed JSON with: - `recommendation` - Overall recommendation with strengths/risks - `company` - Company info (name, sector, industry, market cap) - `trend_analysis` - Bullish scanner results (score, RSI, MACD, ADX, SMAs) - `pmcc_analysis` - PMCC viability (score, LEAPS/short details, metrics) - `fundamentals` - Valuation, profitability, dividend, balance sheet, earnings history - `piotroski` - F-Score breakdown with all 9 criteria - `spread_strategies` - Option spread analysis (vertical spreads, straddle, strangle, iron condor) ### Step 2: Generate Report **Step 2a — Write markdown** Read `templates/markdown-template.md` for formatting instructions. Generate a markdown report from the JSON data and save to `sandbox/` as: ``` sandbox/{SYMBOL}_Analysis_Report_{YYYY-MM-DD}_{HHmm}.md ``` **Step 2b — Convert to PDF (if requested)** Invoke the `markdown-to-pdf` skill on the markdown file just created: ```bash uv run python .claude/skills/markdown-to-pdf/scripts/markdown_to_pdf.py sandbox/{SYMBOL}_Analysis_Report_{YYYY-MM-DD}_{HHmm}.md ``` The PDF is written alongside the markdown file with the same basename. ###...

Details

Author
staskh
Repository
staskh/trading_skills
Created
3 months ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

stock-analyzer

A comprehensive stock deep analysis tool that combines real-time quotes, fundamental metrics, technical indicators, and growth analysis into a single professional report. Supports A-share, US stocks, HK stocks. Generates detailed investment recommendations with risk assessment and actionable trading strategies.

82 Updated today
freestylefly
AI & Automation Solid

stock-explorer

A Yahoo Finance (yfinance) powered financial analysis tool. Get real-time quotes, generate technical indicator reports (RSI/MACD/Bollinger/VWAP/ATR), summarize fundamentals, and run a one-shot report that outputs a text summary.

82 Updated today
freestylefly
Data & Documents Solid

research-report

Summarize deep research results into markdown report, cover all fields, skip uncertain values.

931 Updated 3 weeks ago
Weizhena
Data & Documents Solid

market-research-reports

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.

27,705 Updated today
davila7
Data & Documents Listed

market-research-reports

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.

335 Updated today
aiskillstore