release-prep

Installation
SKILL.md

Release Preparation Skill

Prepare repository for a new release.

Usage

Use before creating a release PR to ensure everything is ready.

Steps

  1. Ensure working directory is clean (git status)
  2. Run full test suite:
    • pnpm test for unit tests
    • pnpm test:storybook for visual regression
    • pnpm lint for code quality
  3. Run clean build: pnpm clean && pnpm i && pnpm build
  4. Verify all packages build successfully
  5. Check CHANGELOG.md is up to date
  6. Review version numbers in package.json files
Related skills
Installs
29
GitHub Stars
80
First Seen
Feb 4, 2026