Comps
Description
--- name: comps description: 同行对标相对估值 — PE/PB/EV-EBITDA 分位分析 + 隐含目标价 --- # /comps <股票代码> 对目标股票做机构级 Comparable Company Analysis,识别相对同行的估值位置。 ## 工作流 1. 拉取目标股票基础数据 + 同行列表 (`fetch_similar_stocks.py`) 2. 调用: ```python from lib.fin_models import build_comps_table comps = build_comps_table(target, peers) ``` 3. 输出: - 同行池(默认 4-10 家) - 关键倍数统计:min / p25 / median / p75 / max / mean - 目标公司在每个倍数上的百分位排名 - 中位 PE × EPS → 隐含每股价 - 中位 PB × BVPS → 隐含每股价 - 估值结论(便宜 / 合理偏低 / 合理偏高 / 昂贵
Installation
Installs to ~/.claude/skills/wbh604-uzi-skill-comps/SKILL.md
mkdir -p ~/.claude/skills/wbh604-uzi-skill-comps && curl -fsSL https://raw.githubusercontent.com/wbh604/UZI-Skill/HEAD/commands/comps.md -o ~/.claude/skills/wbh604-uzi-skill-comps/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