Back to list
hck717

fundamentals-analysis

by hck717

0🍴 0📅 Jan 3, 2026

SKILL.md


name: fundamentals-analysis description: Analyzes a company's fundamental performance, growth drivers, and risks using verified financial data and text evidence. Use this when asked to research a stock's business model, revenue segments, or quarterly performance. allowed-tools: [execute_python, execute_bash]

Fundamentals Analysis

Usage

To perform a fundamental analysis on a company, execute the Python script in this directory.

Command:

python skills/fundamentals/run_analysis.py --ticker <TICKER> --focus "<FOCUS_AREA>" --horizon "<TIME_HORIZON>"

Parameters:

  • ticker: The stock symbol (e.g., AAPL).
  • focus: Specific area to investigate (e.g., "services revenue", "China risks"). Default: "growth drivers".
  • horizon: Time period (e.g., "1 year", "short term"). Default: "1 year".

Output

The script returns a JSON object containing:

  • financials_summary: Quantitative data from the SQL database.
  • drivers: Key growth drivers backed by text evidence.
  • risks: Key risks backed by text evidence.

Example

python skills/fundamentals/run_analysis.py --ticker AAPL --focus "services revenue" --horizon "1 year"

Environment Requirements

  • Python 3.12+
  • Access to research.db SQLite database
  • Neo4j GraphRAG instance running (default: bolt://localhost:7687)
  • Environment variables: NEO4J_URI, NEO4J_USER, NEO4J_PASSWORD (optional, defaults provided)

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon