invest_analysislisted
Install: claude install-skill Linearl/reasonix_skill_repo
# Investment Analysis Skill (A股/港股投资分析技能)
## Overview
This skill provides a systematic AI-powered investment research framework designed for both A-share and Hong Kong stock markets. It helps investors identify promising sectors, analyze supply chains, verify business fundamentals, and evaluate market timing through structured prompts and cross-model validation.
本技能为 A 股与港股市场分析提供系统化的 AI 投研框架,帮助投资者通过结构化的提示词和跨模型验证,识别潜力赛道、分析产业链、验证业务真实性并评估市场时机。
## When to Use
Use this skill when you need to:
- Identify emerging sectors based on upcoming events and policies (赛道筛选)
- Analyze supply chain structure and identify key players (产业链挖掘)
- Verify company fundamentals through financial reports (深度去伪)
- Evaluate market sentiment and timing (择时分析)
- Cross-validate investment thesis across different AI models (交叉验证)
适用场景:
- 基于即将到来的事件和政策识别新兴赛道
- 分析供应链结构并识别关键参与者
- 通过财报验证公司基本面
- 评估市场情绪和介入时机
- 跨 AI 模型交叉验证投资逻辑
## Core Workflow
This skill implements a comprehensive multi-phase workflow for systematic investment research:
### 🚀 Project Initialization (开始前必做)
**Before starting any analysis, complete the following setup**:
1. **Create Project Directory**:
```powershell
# Create project folder with descriptive name
New-Item -ItemType Directory -Path "AI芯片_2026Q1"
cd "AI芯片_2026Q1"
# Create all subdirectories
@('step1', 'step2', 'step2.5', 'step3', 'step3/financials', 'step3/extracts',
'step3/analysis', 'step3/report', 'step3.5', 'step3.5/verify', 'step3.5/report',