release

Automate the end-to-end release workflow for the vercel-plugin.

246|42|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vercel-labs/vercel-plugin --skill release-vercel-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/vercel-labs/vercel-plugin/tree/main/.claude/skills/release
Command: npx skills add https://github.com/vercel-labs/vercel-plugin --skill release-vercel-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire release process for the Vercel plugin, ensuring consistency and reducing manual errors.

Core Features & Use Cases

  • Automated Version Bumping: Intelligently determines and updates the plugin version based on semantic versioning rules.
  • Build Artifact Generation: Rebuilds necessary artifacts like the skill manifest after version changes.
  • Git Workflow Automation: Handles staging, committing, and pushing changes to the repository.
  • Use Case: When you need to ship a new feature or a bug fix, this skill automates the entire release checklist, from pre-flight checks to pushing the final commit.

Quick Start

Use the release skill to cut a patch release for the vercel-plugin.

Frequently Asked Questions about release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the release workflow for a Vercel plugin?

Automating a Vercel plugin release requires handling pre-flight checks, version bumping, artifact regeneration, and Git commit operations. This skill streamlines that end-to-end workflow to reduce manual errors and enforce consistency.

How does automated version bumping work for Vercel plugins?

Automated version bumping reads the current version from the `.plugin/plugin.json` file and intelligently updates it based on semantic versioning rules. It then regenerates build artifacts like the skill manifest to reflect the new version.

What is the best way to manage Git operations and commit conventions during a plugin release?

Managing Git operations during a plugin release is best handled by automating the staging, committing, and pushing of changes. This ensures adherence to specific commit message conventions and maintains repository consistency.

Do I need to manually run pre-flight checks before bumping a Vercel plugin version?

Manual pre-flight checks are not required before bumping a Vercel plugin version. The release workflow manages these release gates automatically, validating the state of the repository before proceeding with version updates and artifact generation.

Can I use this release automation for both new features and bug fixes?

Yes, you can use this release automation for shipping new features or bug fixes. It cuts a patch release by determining the appropriate semantic version bump and executing the entire release checklist automatically.

Why should I use an automated release process instead of manual Git commits for Vercel plugins?

Using an automated release process eliminates manual errors and enforces consistent commit message conventions. It integrates versioning directly from configuration files and handles artifact rebuilding, ensuring reliable plugin distribution.