release

Installation
SKILL.md

Release

Steps

# 1. Commit all changes first

# 2. Bump version (patch / minor / major)
npm version <patch|minor|major> -m "chore: bump version to %s"

# 3. Push commit and tag
git push && git push --tags

CI will automatically run tests, publish to npm, and create a GitHub Release.

Rules

Related skills
Installs
29
GitHub Stars
370
First Seen
Feb 20, 2026