Prefix HK IPO skill names
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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: 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 archivist and investment conclusions to analyst.
|
||||
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.
|
||||
---
|
||||
|
||||
# HK IPO Audit
|
||||
@@ -14,7 +14,7 @@ This skill answers two questions:
|
||||
- Is the data complete and sufficient for the requested stage and conclusion?
|
||||
- Is the analysis logic self-consistent, stage-correct, and supported by the available evidence?
|
||||
|
||||
Use `archivist` first when required facts or source files are missing. Use `analyst` for subscription decisions, score interpretation, prediction cards, and rule changes.
|
||||
Use `hk-ipo-archivist` first when required facts or source files are missing. Use `hk-ipo-analyst` for subscription decisions, score interpretation, prediction cards, and rule changes.
|
||||
|
||||
## Core Principles
|
||||
|
||||
@@ -113,9 +113,9 @@ Severity labels:
|
||||
|
||||
## Boundaries
|
||||
|
||||
Do not silently repair data during an audit. If source facts need to be added or corrected, report the gap and route the update to `archivist`.
|
||||
Do not silently repair data during an audit. If source facts need to be added or corrected, report the gap and route the update to `hk-ipo-archivist`.
|
||||
|
||||
Do not rewrite an analyst conclusion during an audit. If the logic fails, explain why and route the revised judgment to `analyst`.
|
||||
Do not rewrite an analyst conclusion during an audit. If the logic fails, explain why and route the revised judgment to `hk-ipo-analyst`.
|
||||
|
||||
Do not pass an audit just because the final recommendation sounds reasonable. Pass only when the data and reasoning chain are traceable, sufficient, and internally consistent.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user