Verify local script release readiness against upstream main (version, runtime, guards, stale-copy hash check, smoke run). Use for pre-run troubleshooting or release sanity checks.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Verify local script release readiness against upstream main (version, runtime, guards, stale-copy hash check, smoke run). Use for pre-run troubleshooting or release sanity checks.
Release Verification Checklist
When to use
User asks to verify script version and runtime before execution.
User reports startup/runtime errors and wants to confirm stale-copy vs current main.
User asks for a quick release sanity check before sharing scripts.
Must follow
Check host runtime first (PowerShell 7+ required).
Verify local script version line.
Verify startup guard for RunContext.AzureEndpoints exists.
Compare local file hash with upstream main raw script.