From 9168c5d665a4f0628ed76e60586f6c5a34fe4c13 Mon Sep 17 00:00:00 2001 From: geometrybase Date: Mon, 22 Jun 2026 15:27:57 +0000 Subject: [PATCH] Add HK IPO audit skill metadata Request: - Add missing agents/openai.yaml metadata for the hk-ipo-audit skill. Changes: - Added UI-facing display name, short description, and default prompt for hk-ipo-audit. - Enabled implicit invocation to match the analyst and archivist skills. Verification: - Ran git diff --check and git diff --cached --check. - Confirmed the new openai.yaml content matches the existing project skill metadata style. Next useful context: - The prior local commit that moved skills from .codex to .agents was already ahead of origin before this change. --- .agents/skills/hk-ipo-audit/agents/openai.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .agents/skills/hk-ipo-audit/agents/openai.yaml diff --git a/.agents/skills/hk-ipo-audit/agents/openai.yaml b/.agents/skills/hk-ipo-audit/agents/openai.yaml new file mode 100644 index 0000000..77442a6 --- /dev/null +++ b/.agents/skills/hk-ipo-audit/agents/openai.yaml @@ -0,0 +1,7 @@ +interface: + display_name: "hk-ipo-audit" + short_description: "Audit HK IPO data and analysis quality" + default_prompt: "Use $hk-ipo-audit to audit HK IPO archive completeness and analysis logic." + +policy: + allow_implicit_invocation: true