stock-review-supporting-research

Assemble official-site context, headlines, catalysts, and corroborating sources for a target stock.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This companion skill gathers official-site company context, recent headlines, catalysts, and corroborating sources for stock-investment-review, keeping reference data and invocation rules explicit and reproducible.

Core Features & Use Cases

  • Assemble official-site context via the shared company_research helper (../company-research/company_research.py).
  • Pull recent headlines and catalysts with the shared news_search helper (../news-search/news_search.py).
  • Retrieve at least one additional non-Yahoo source to corroborate findings and maintain reliable citations.
  • Preserve exact helper names and invocation patterns to ensure deterministic behavior in workflows.
  • Flag uncertain URLs as unvalidated and clearly report any source failures instead of guessing.

Quick Start

Provide the target company and let this skill gather official-site context, headlines, catalysts, and corroborating sources using the shared helpers.

Frequently Asked Questions about stock-review-supporting-research

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

FAQPage Schema
How do I compile company context and catalysts for stock research?

To compile company context for stock research, this skill coordinates with company_research and news_search helpers to assemble official-site data, recent headlines, and corroborating sources into a deterministic dossier.

What is the best way to gather corroborating sources for investment news?

Gathering corroborating sources for investment news involves retrieving at least one non-Yahoo source alongside headlines, flagging uncertain URLs as unvalidated rather than guessing to maintain reliable citations.

How do I assemble a source-backed research dossier for a target stock?

You assemble a source-backed research dossier for a target stock by providing the target company name, which triggers the skill to invoke company_research.py and news_search.py helpers for deterministic results.

Does this stock research skill work without external dependencies?

Yes, this stock research skill operates without external dependencies by utilizing shared internal helpers, specifically company_research.py and news_search.py, to coordinate data retrieval and maintain reproducible workflows.

What happens when a source fails during stock context retrieval?

When a source fails during stock context retrieval, the skill marks the uncertain URL as unvalidated and reports the issue plainly in the research dossier rather than guessing the missing company data.