Use this skill for action-oriented decisions.
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 these commands persist review records in ~/.hkipo-next/data/hkipo.db.
score for factor-level explanation.decision-card for a concise execution plan.batch for multiple symbols or the saved watchlist.Score one symbol:
cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next score 2476 --format json
Score with explicit scenario overrides:
cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next score 2476 \
--parameter-version v0003 \
--risk-profile aggressive \
--max-budget-hkd 120000 \
--financing-preference margin \
--format json
Generate one decision card:
cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next decision-card 2476 --format markdown
Batch explicit symbols:
cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next batch 2476 2613 2590 --format json
Batch the current watchlist:
cd <skill_dir>
uv run --directory runtime/hkipo-next hkipo-next batch --watchlist --format json
score returns factor contributions, cost breakdown, assumptions, and risk disclosure.decision-card adds a headline, position suggestion, and exit plan.partial outputs are often still usable; they usually mean source conflicts or incomplete upstream data, not total failure.$hkipo-parameter-manager if there is no active parameter version or the user wants tuning.$hkipo-review-optimizer after outcomes are known and the user wants to refine the model.共 1 个版本