longbridge-smallcap-growth
Screens for overlooked small/mid-cap high-growth stocks across US, HK, and A-share markets using quantitative filters (market cap, revenue growth, ROE) and qualitative overlays (sector focus, 专精特新 category for A-shares).
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
When to use
Trigger when the user wants to find small or mid-cap growth names:
- "帮我找一些专精特新的小盘成长股" / "幫我發掘港股中小市值成長股" / "Find me high-growth small caps in the US"
- "隐形冠军", "小盘成长", "small cap discovery", "emerging growth stocks"
Default screening criteria
| Criterion | Default threshold | User-adjustable |
|---|
| Market cap (US/HK) | < USD 10B | Yes |
| Market cap (A-share) | < CNY 50B | Yes |
| Revenue YoY growth | > 30% | Yes |
| ROE | > 15% | Yes |
| Institutional ownership | Low (qualitative flag) | Note only |
Ask the user if they want to adjust any threshold before running.
Workflow
- Clarify market (US / HK / A-share / all) and any sector preference.
- Fetch index constituents for the relevant small/mid-cap indices (e.g. for Russell 2000, for ChiNext, for SME Board).
- For each constituent, fetch market cap via and filter by size.
- For size-passing candidates, fetch the latest income statement to check revenue growth.
- Further filter by ROE from the balance sheet / financial-report data.
- Return the top 10 candidates ranked by revenue growth rate, with a brief profile for each.
CLI
If you're unsure of exact flag names or defaults, run
longbridge <subcommand> --help
first.
bash
# Small/mid-cap index constituents
longbridge constituent <INDEX_SYMBOL> --format json
# Examples: IWM.US (Russell 2000), 399006.SZ (ChiNext), HSI.HK (Hang Seng)
# Market cap and valuation indices per symbol
longbridge calc-index <SYMBOL> --format json
# Latest income statement (revenue growth)
longbridge financial-report <SYMBOL> --kind IS --format json
# News / recent catalysts for top candidates
longbridge news <SYMBOL> --format json
Output
Screening parameters: market, sector, market cap threshold, revenue growth threshold, ROE threshold
Top candidates table:
| Rank | Symbol | Company | Market Cap | Rev Growth YoY | ROE | Sector | Thesis |
|---|
For each top 5 candidate, include a brief (3–4 sentence) investment thesis:
- Business model and competitive advantage
- Growth driver and runway
- Key risk
- Catalyst to watch
A-share note: For 专精特新 (specialized, sophisticated, distinctive, innovative) classification, note if the company holds a national-level 专精特新小巨人 designation when mentioned in filings/news.
Disclaimer: Small-cap stocks carry higher liquidity and volatility risk. Not a buy recommendation.
Error handling
| Situation | Simplified Chinese | Traditional Chinese / English |
|---|
command not found: longbridge
| 回退到 MCP;否则提示安装 longbridge-terminal | 回退到 MCP;否則提示安裝 / Fall back to MCP; prompt to install |
| / | 请运行 | 請運行 / Run |
| No market specified | 请告知目标市场(美股/港股/A股) | 請告知目標市場 / Please specify market (US/HK/A-share) |
| Other stderr | 原样展示错误,不重试 | 原樣展示,不重試 / Surface verbatim, no silent retry |
Related skills
| User asks | Route to |
|---|
| Broader investment ideas | longbridge-investment-ideas
|
| Full research on a candidate | longbridge-stock-research
|
| Peer comparison | longbridge-peer-comparison
|
| Insider buying signals | |
File layout
longbridge-smallcap-growth/
└── SKILL.md
Prompt-only — no
. Discover the latest CLI flags via
longbridge <subcommand> --help
.