investment-checklistlisted
Install: claude install-skill bangogo/audit-installed-skill
## Codex adapter note
This skill is generated from `skills/investment-checklist.md` so Claude Code and Codex users share one canonical workflow.
- Treat `$ARGUMENTS` as the user's request in the current Codex thread.
- When the source mentions Claude-only surfaces such as Task, Agent, WebSearch, Bash, Read, or Write, use the closest Codex capability available in this session: subagents when available, web search when needed, shell commands for local tools, and normal file edits for workspace files.
- Use shared project tools from `tools/` in this repository. Prefer running commands from the repository root with paths like `python3 tools/financial_rigor.py ...`; if the current thread starts outside the repo, locate the actual checkout path first instead of assuming a fixed home-directory path.
- Before starting research, run the `date` command to confirm today's date; treat it as the baseline for "latest" data and state the data cutoff date in the report header. Never assume the current date from training data.
- Preserve the research quality rules from `AGENTS.md`: cross-check financial data, use exact arithmetic tools for valuation/math, and clearly label uncertainty and source gaps.
# 巴菲特价值投资买入前 Checklist
对 $ARGUMENTS 执行巴菲特价值投资买入前 Checklist 分析。
**支持输入格式**:单个或多个公司,用逗号/顿号/空格分隔。例如:`腾讯, 茅台, 英伟达` 或 `NVDA AAPL MSFT`
## 执行流程
### 第一步:解析输入,识别所有待分析公司
从 $ARGUMENTS 中解析出所有公司名称/代码。对每家公司确定:
- 公司全称、股票���码、上市交易所
- 如果公司未上市,标记为"未上市"并给出简要说明(是否有间接投资途径),跳过完整Checklist
### 第一步半:AI研究偏见预警