← 返回
未分类 中文

HK IPO Review Optimizer

Review past Hong Kong IPO decisions, update actual outcomes, export review datasets, and accept or reject tuning suggestions. Use when the user wants to lear...
审查过去的香港IPO决策,更新实际结果,导出审查数据集,接受或拒绝调参建议。用于用户想要学习...
hackstoic
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 348
下载
💾 0
安装
1
版本
#latest

概述

HK IPO Review Optimizer

Use this skill for the post-decision feedback loop.

Runtime

This publish bundle includes the required CLI runtime under runtime/hkipo-next.

From the skill folder:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next ...

By default review history is stored in ~/.hkipo-next/data/hkipo.db.

Workflow

  1. Use review list to find target records.
  2. Use review show before updating a record.
  3. Use review update to add actual results and variance notes.
  4. Use review export when another tool needs a JSON dataset.
  5. Use apply-suggestions show before accepting or rejecting imported suggestions.

Commands

List recent review records:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next review list --limit 20 --format json

Show a record:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next review show rvw_123 --format json

Update actual results:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next review update rvw_123 \
  --allocated-lots 2 \
  --listing-return-pct 14.2 \
  --exit-return-pct 9.8 \
  --realized-pnl-hkd 1860 \
  --notes "Sold into first-day strength" \
  --variance-note "Grey market was weaker than expected but sponsor demand held" \
  --format json

Export a review dataset:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next review export --from 2026-04-01 --to 2026-04-16 --output /tmp/hkipo-review.json --format text

Preview and accept a suggestion:

cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next apply-suggestions show sgg_123 --format json
uv run --directory runtime/hkipo-next hkipo-next apply-suggestions accept sgg_123 --reason "Matches observed listing-day slippage" --format json

Output Cues

  • Review records preserve the original prediction payload, data status, and source issue count.
  • Suggestion detail output shows whether a proposed change would create a new parameter version.

Companion Skills

  • Use $hkipo-parameter-manager when a review conclusion needs manual tuning work.
  • Use $hkipo-decision-engine to rerun fresh decisions after a rule change.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 19:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

HK IPO Profile and Watchlist Manager

hackstoic
管理香港IPO用户偏好和关注列表,包括风险偏好、默认输出、预算、融资偏好及跟踪的股票代码。适用于...
★ 0 📥 383

HK IPO Decision Engine

hackstoic
评分香港IPO,制作决策卡片,批量评估股票或自选列表,提供可解释的因素与执行指引,适用于用户想要...
★ 0 📥 381

HK IPO Calendar Monitor

hackstoic
监控香港IPO截止日期和上市窗口,并返回近中期IPO扫描的结构化发现结果。在用户询问当前情况时使用。
★ 0 📥 361