release

Installation
SKILL.md

Release

Validate, format, bump version, and tag for release.

Workflow

  1. Validate - Run project's validation command
  2. Fix formatting - Auto-fix prettier/formatting issues if any
  3. Bump version - Ask user for bump type, update package.json
  4. Commit & tag - Commit version bump, create git tag
  5. Optionally push - Ask if user wants to push

Commands

# 1. Validate
yarn validate  # or: npm run validate
Related skills
Installs
1
GitHub Stars
210
First Seen
Mar 10, 2026