What problem does it solve? After a pull request merges, some changes can only be proven once they reach production — a deployed site, a converged member repo, a live config. This Skill decides whether a merged change needs such a deferred verification and files it as a self-running queue item, so nothing relies on human memory. ## Core Features & Use Cases - Decision gate: Runs a four-step test to determine whether a change needs any filing at all — most changes are already proven by tests or are observable in-session and file nothing. - Two verification forms: Files a coded form (declarative URL probes executed by an agentless queue task) for public URLs, or an agentic form (an unattended GitHub-scoped session with In-production-when:, Verify:, Not-before:, and Retry-every: fields) for GitHub reads. - Lifecycle handling: Failed verifications reopen the original issue with evidence; not-yet-live checks re-arm themselves by pushing Not-before: forward; passing checks close with recorded evidence. - Use Case: After merging a PR that updates a member repo's version stamp, file a verification that probes the raw GitHub URL every 6 hours until the new version appears, then closes itself. ## Quick Start After the merge lands, ask the assistant to verify this change in production and file whatever verification is appropriate.