longbridge-coverage-initiation
Original:🇺🇸 English
Translated
Initiating-coverage report framework — five-step workflow to generate an institutional-grade coverage initiation report: ① company overview ② industry positioning ③ financial modelling ④ valuation analysis ⑤ investment conclusion. Covers business description, competitive advantages, financial health, valuation multiples, price target, and risk factors. Triggers: "首次覆盖", "初始覆盖", "覆盖报告", "研报框架", "投资报告", "建立覆盖", "首次評級", "初始覆蓋", "覆蓋報告", "建立覆蓋", "initiate coverage", "coverage initiation", "first coverage", "equity research report", "investment report", "initiating coverage", "research initiation", "NVDA initiate coverage".
2installs
Sourcelongbridge/skills
Added on
NPX Install
npx skill4agent add longbridge/skills longbridge-coverage-initiationTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →longbridge-coverage-initiation
Generates a structured initiating-coverage report framework for a single listed company, following a five-step institutional workflow.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
When to use
Trigger when the user wants to establish formal research coverage of a company:
- "帮我写一份 NVDA 的首次覆盖报告" / "幫我做 700.HK 的覆蓋報告" / "Initiate coverage on TSLA"
- "覆盖报告框架", "首次评级报告", "initiating coverage report"
Workflow
Five-step coverage initiation process:
- Company overview — business description, history, key products/services, geographic exposure
- Industry positioning — sector dynamics, competitive landscape, market share, tailwinds/headwinds
- Financial modelling — historical P&L, balance sheet health, free cash flow, key ratios
- Valuation analysis — current multiples vs peers vs historical range, DCF considerations, target price rationale
- Investment conclusion — rating (Buy / Hold / Sell), 12-month price target, key catalysts, key risks
Run these CLI commands (parallel is fine):
bash
# Company profile (business overview, sector, executives)
longbridge company <SYMBOL> --format json
# Full financial report (IS + BS + CF — all periods available)
longbridge financial-report <SYMBOL> --kind ALL --format json
# Industry-level valuation comparison
longbridge industry-valuation <SYMBOL> --format json
# Recent news and regulatory filings for context
longbridge news <SYMBOL> --format jsonIf you're unsure of exact flag names or defaults, runfirst.longbridge <subcommand> --help
Symbol format
<CODE>.<MARKET>NVDA.US700.HK600519.SHOutput
Structure the output as a formatted research report with clearly labelled sections:
Cover page metadata: Symbol, company name, date, analyst note (LLM-generated)
Section 1 — Company overview: 2–3 paragraphs on business model, history, geography
Section 2 — Industry positioning: market size, growth drivers, Porter five-forces summary, competitive moat assessment
Section 3 — Financial highlights (table):
| Metric | Year -2 | Year -1 | LTM |
|---|---|---|---|
| Revenue | |||
| Net Income | |||
| EPS | |||
| Gross Margin % | |||
| ROE |
Section 4 — Valuation:
- Current PE / PB / PS vs industry median
- Historical percentile (if available)
- Implied price target rationale
Section 5 — Investment conclusion:
- Rating, price target, upside/downside
- Top 3 catalysts (bull case)
- Top 3 risks (bear case)
Error handling
| Situation | Simplified Chinese | Traditional Chinese / English |
|---|---|---|
| 回退到 MCP;否则提示安装 longbridge-terminal | 回退到 MCP;否則提示安裝 / Fall back to MCP; prompt to install longbridge-terminal |
| 请运行 | 請運行 |
| 从其他子命令补充可用信息,标注缺失字段 | 從其他命令補充,標注缺失 / Supplement from other commands, flag missing fields |
| Other stderr | 原样展示错误,不重试 | 原樣展示,不重試 / Surface verbatim, no silent retry |
Related skills
| User asks | Route to |
|---|---|
| Quick stock research snapshot | |
| Peer valuation comparison | |
| Industry overview | |
| Post-earnings update | |
| Competitive landscape | |
File layout
longbridge-coverage-initiation/
└── SKILL.mdPrompt-only — no . Discover the latest CLI flags via .
scripts/longbridge <subcommand> --help