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.