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.