Portfolio Review
Description
# 组合管理:从"研究公司"到"管理组合" 对 $ARGUMENTS 执行投资组合审视与优化。 **支持输入格式**: - 持仓清单,例如:`腾讯30%, 美团20%, 茅台20%, 英伟达15%, 现金15%` - 或:`腾讯 500股 @480港元, 美团 1000股 @130港元, ...` - 或:`我的持仓`(如果已有保存的组合文件 `reports/portfolio-latest.md`) > "分散投资是对无知的保护。如果你知道自己在做什么,分散投资就没有意义。" —— 巴菲特 > > "我这辈子见过的真正好的投资机会,十个手指就数得完。" —— 李录 ## 设计理念 研究公司只是投资的一半。另一半是**组合层面的决策**: - 买多少?(仓位) - 用什么钱买?(资金来源——新钱还是换仓) - 和已有持仓是否冲突?(相关性) - 最优组合长什么样?(机会成本) 巴菲特从不孤立地看一只股票——他总是在想"这是不是我能做的最好的事?" ## 执行流程 ### 第一步:解析持仓 从输入中解析出当前持仓,标准化为以下格式: | 标的 | 代码 | 持仓量
Installation
Installs to ~/.claude/skills/xbtlin-ai-berkshire-portfolio-review/SKILL.md
mkdir -p ~/.claude/skills/xbtlin-ai-berkshire-portfolio-review && curl -fsSL https://raw.githubusercontent.com/xbtlin/ai-berkshire/HEAD/skills/portfolio-review.md -o ~/.claude/skills/xbtlin-ai-berkshire-portfolio-review/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11