vercel-labsvercel-labsOfficialยท1 Agent Skills Included

autoship

Automated changeset releases with smart version suggestions

Automates the full npm release workflow for repositories using changesets, from cloning to publishing. Analyzes commit history to suggest patch, minor, or major versions and writes clear changeset descriptions automatically. Creates and merges release pull requests, waits for CI checks, and triggers publishing without manual steps. Supports interactive mode, fully headless runs, and CI pipeline integration.
npx skills add vercel-labs/autoship --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install autoship?โ–ผ

Run `npx skills add vercel-labs/autoship --all -g -y` in your terminal to install the skill globally for your coding assistant.

What does autoship do?โ–ผ

It automates changeset-based npm releases end to end: it analyzes commits, suggests the version bump, writes the changeset, merges the release PRs, and publishes the package.

Does autoship work with Claude Code and Cursor?โ–ผ

Yes. It follows the universal SKILL.md standard and works with Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Goose, and Windsurf.

What do I need before running a release?โ–ผ

You need Node.js 18+, an authenticated GitHub CLI, an AI_GATEWAY_API_KEY environment variable, and a target repository that uses the changesets workflow.

Can autoship run in CI pipelines?โ–ผ

Yes. Use the -y flag for fully headless releases in GitHub Actions, and the included templates cover scheduled and label-triggered release workflows.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’