deploy-release-test

Validate a commit-specific Next.js preview package and manually trigger the entire Next.js deployment test suite through the test_e2e_deploy_release.yml GitHub Actions workflow. Use only when asked to run the full deploy test suite or this workflow specifically from an internal vercel/next.js PR branch. Do not use for focused deployment-test sanity checks; run the relevant tests locally with pnpm test-deploy instead. Covers resolving the latest branch SHA, waiting for vercel-packages, preserving default workflow inputs, dispatching the workflow, and verifying the run.

Install
npx skills add 'https://github.com/vercel/next.js/tree/canary/.agents/skills/deploy-release-test'
Download bundle ↓
canary · bfcf687Scanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

agents/openai.yaml

agents/openai.yamlBrowse 2 files
View on GitHub
← Back to SKILL.md
interface:  display_name: 'Deploy Release Test'  short_description: 'Trigger the full deploy release test suite'  default_prompt: 'Use $deploy-release-test to validate the latest PR commit package and trigger the full Next.js deployment test suite.'