semver-release
Installation
SKILL.md
Versioning Workflow
Automated version release based on Semantic Versioning 2.0.0.
Execution Steps
Step 0: Pre-flight Checks
- Verify inside a git repository:
git rev-parse --is-inside-work-tree - Check working directory is clean:
git status --porcelain- Abort if uncommitted changes exist → prompt user to commit or stash first
- 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: