What problem does it solve? Pre-merge testing cannot cover real data, deployed services, installed environments, or the distribution process itself. This Skill closes that gap by verifying that a distributed release meets its acceptance criteria in the same environment and installation path that real users experience. ## Core Features & Use Cases - Post-Release Acceptance Testing: Confirms the installed version matches the distributed version, redoes the user-facing installation, and checks each acceptance criterion with recorded commands, exit codes, and timestamps. - Boundary with Pre-Merge QA: Clearly separates this stage from quality-gates, which validates diffs before merge; this Skill validates the distributed artifact after release. - Structured Evidence Records: Produces a pass/fail/pending verdict table stored in the issue plan file or PR comments, with unverifiable items explicitly marked as pending rather than silently skipped. - Use Case: After publishing a new plugin version, reinstall it the way a user would, verify each acceptance criterion from the requirements spec, and record results before moving to the retrospective. ## Quick Start Run the release-verification skill to check that the version just published passes all acceptance criteria in a freshly installed environment.