Fix HK IPO skill frontmatter YAML

Request:
- Fix Codex v0.139.0 failing to load the project-local HK IPO skills with invalid YAML errors.

Changes:
- Converted the three HK IPO skill frontmatter descriptions to YAML folded block scalars.
- Preserved the existing description text and skill bodies.
- Left unrelated IPO archive/report refresh files unstaged.

Verification:
- Ran git diff --cached --check.
- Confirmed Codex CLI parses with 'codex --search -s danger-full-access -a never exec -C /root/projects/hk-ipo --help'.
- Ran a short Codex smoke test that returned OK without the prior invalid YAML errors.

Next useful context:
- Codex CLI v0.139.0 is the installed CLI package version, not the model version.
- The prior YAML failed because unquoted descriptions contained ': ' such as 'project: T0/T1/T2', which strict YAML treats as a mapping separator.
This commit is contained in:
2026-06-22 15:52:36 +00:00
parent a0e7775284
commit e0cfe4592d
3 changed files with 18 additions and 3 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
---
name: hk-ipo-analyst
description: Use for Hong Kong IPO subscription analysis in this project: T0/T1/T2 prediction cards, scoring, cross-IPO comparison, research reports, post-listing reviews, error attribution, and rule-update recommendations. Use archived facts when available and keep predictions append-only.
description: >-
Use for Hong Kong IPO subscription analysis in this project: T0/T1/T2
prediction cards, scoring, cross-IPO comparison, research reports,
post-listing reviews, error attribution, and rule-update recommendations.
Use archived facts when available and keep predictions append-only.
---
# HK IPO Analyst
+6 -1
View File
@@ -1,6 +1,11 @@
---
name: hk-ipo-archivist
description: Use for Hong Kong IPO fact archiving in this project: downloading or recording prospectuses, allotment results, listing facts, market data, source references, file hashes, SQLite updates, and CSV snapshots. Do not use for investment conclusions, subscription recommendations, score interpretation, or research memos.
description: >-
Use for Hong Kong IPO fact archiving in this project: downloading or recording
prospectuses, allotment results, listing facts, market data, source
references, file hashes, SQLite updates, and CSV snapshots. Do not use for
investment conclusions, subscription recommendations, score interpretation,
or research memos.
---
# HK IPO Archivist
+7 -1
View File
@@ -1,6 +1,12 @@
---
name: hk-ipo-audit
description: Use for independent audit of Hong Kong IPO archive quality and analysis quality in this project: confirm data completeness, data sufficiency, source integrity, stage-appropriate evidence, and self-consistency of IPO subscription analysis logic. Do not archive new facts or make investment recommendations; route fact updates to hk-ipo-archivist and investment conclusions to hk-ipo-analyst.
description: >-
Use for independent audit of Hong Kong IPO archive quality and analysis
quality in this project: confirm data completeness, data sufficiency, source
integrity, stage-appropriate evidence, and self-consistency of IPO
subscription analysis logic. Do not archive new facts or make investment
recommendations; route fact updates to hk-ipo-archivist and investment
conclusions to hk-ipo-analyst.
---
# HK IPO Audit