semver-release

Installation
SKILL.md

Versioning Workflow

Automated version release based on Semantic Versioning 2.0.0.

Execution Steps

Step 0: Pre-flight Checks

  1. Verify inside a git repository: git rev-parse --is-inside-work-tree
  2. Check working directory is clean: git status --porcelain
    • Abort if uncommitted changes exist → prompt user to commit or stash first
  3. Detect current branch: git branch --show-current
    • Store for use in Step 8 completion message

Step 1: Project Configuration Detection

1a: Detect Version Files

Scan the project root for version files. Check these common files first:

Related skills

More from vamdawn/ai-forge

Installs
16
First Seen
Feb 26, 2026