Request:
- Prefix the three selected project-local skill names with hk-ipo-.
Changes:
- Renamed skill metadata to hk-ipo-analyst, hk-ipo-archivist, and hk-ipo-audit.
- Updated skill-to-skill routing references to use the new names.
- Updated existing OpenAI skill UI metadata/default prompts for analyst and archivist.
- Updated README skill names and documented the audit skill.
Verification:
- Ran git diff --check and git diff --cached --check.
- Validated all local SKILL.md frontmatter names contain hk-ipo-.
- Confirmed README and current skill metadata have no old $analyst/$archivist/$audit invocations; old names remain only in historical reports.
Request:
- Keep the HK IPO workflow skills inside the repo so they travel with the project.
- Use concise names while preserving clear HK IPO scope and repo-relative path rules.
Changes:
- Add .codex/skills/archivist for source archiving, SQLite fact updates, hashes, and CSV snapshots.
- Add .codex/skills/analyst for T0/T1/T2 IPO decisions, prediction cards, reviews, and rule-change recommendations.
- Add agents/openai.yaml metadata for both skills.
Verification:
- Checked staged changes include only .codex skill files.
- Searched .codex for machine-specific absolute path patterns; none found.
Next useful context:
- AGENTS.md remains untracked and was not included in this commit.