stock-investment-review

Orchestrate stock investment reviews and generate TODO and Markdown reports.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ekkus93/vscode_skills --skill stock-investment-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stock-investment-review
Source: https://github.com/ekkus93/vscode_skills/tree/main/skills/stock-investment-review
Command: npx skills add https://github.com/ekkus93/vscode_skills --skill stock-investment-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates an end-to-end stock investment review for a public ticker or company, producing a structured TODO checklist and a final Markdown report for easy decision-making.

Core Features & Use Cases

  • Automates a comprehensive stock-research workflow across market context, catalysts, and formal output artifacts.
  • Generates two artifacts: a per-ticker TODO.md to track steps and a <TICKER>.md investment-review report.
  • Resolves ticker from company names when provided, supports horizon customization (e.g., 30d, 45d).

Quick Start

Provide a ticker or company and your desired horizon to generate both output files in the target directory.

Frequently Asked Questions about stock-investment-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a stock investment review for a specific company?▼

Automating a stock investment review involves orchestrating market context and research to generate a Markdown report and a TODO checklist. This Skill resolves the ticker from a company name and outputs formatted files for your specified horizon.

Can I generate stock reports using yfinance for a 30-day horizon?▼

Yes, you can generate stock reports using yfinance by specifying a 30-day or 45-day horizon. The process requires Python 3 and outputs a structured <TICKER>.md investment review and a <TICKER>_TODO.md file.

What is the best way to track stock research steps in Markdown?▼

Tracking stock research steps in Markdown is done by generating a per-ticker TODO file. This file tracks the research workflow steps automatically alongside the final formatted investment-review report.

Does this investment review workflow require resolving tickers from company names?▼

Yes, resolving tickers from company names is supported when the exact ticker is unknown. The workflow requires Python 3 and yfinance to process the public company and generate the final report.

What files are output by an end-to-end stock review workflow?▼

An end-to-end stock review outputs two files in the target directory: a <TICKER>_TODO.md to track research steps and a <TICKER>.md containing the final formatted investment-review report.