Private
Public Access
0
0
Files
hk-ipo/.agents/skills
geometrybase 1ce9612f7e Require Chinese IPO names in analyst reports
Request:
- Update the hk-ipo-analyst skill so generated reports add a Chinese-name column after the stock code.
- Avoid using English company names as the report display label.

Changes:
- Added Report Name Display Rules to the analyst skill.
- Required IPO tables to keep the ticker/code column separate and add a dedicated 中文名 column immediately after it.
- Required official archived Chinese names or stock short names, with hk-ipo-archivist backfill or data_gap instead of substituting English names.

Verification:
- Ran python3 /root/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/hk-ipo-analyst.
- Ran git diff --check and git diff --cached --check.

Next useful context:
- This applies to actionable rankings, fundamentals tables, closed/waiting lists, A/H overlays, recent 30-day reviews, and generated single-ticker reports.
2026-06-23 10:58:54 +00:00
..