What problem does it solve?
Manually running the full Next.js deployment test suite for a pull request requires coordinating package validation, branch resolution, and workflow dispatch without breaking secret-bearing CI constraints. This Skill automates that orchestration so contributors do not dispatch a workflow against an unavailable or stale preview package.
Core Features & Use Cases
- Commit-Specific Package Validation: Polls the vercel-packages tarball endpoint until the exact commit's artifact is downloadable before dispatching anything.
- Workflow Dispatch with Default Inputs: Triggers
test_e2e_deploy_release.yml from the PR branch while preserving default workflow inputs such as vercelCliVersion.
- Run Verification: Confirms the newly created GitHub Actions run matches the validated branch, SHA, and package URL.
- Use Case: A Vercel engineer needs to run the entire deployment test suite against a PR branch in
vercel/next.js. Use this Skill to validate the commit-specific preview package, dispatch the workflow, and verify the resulting run.
Quick Start
Use the deploy-release-test skill to validate the latest commit package for PR 12345 in vercel/next.js and trigger the full deployment test suite.