codemie-release

Installation
SKILL.md

CodeMie Release

Automate the release process for CodeMie CLI following semantic versioning and conventional commits.

Pre-flight Checks

Before starting, verify:

  1. Branch: Must be on main. If not, stop and ask user to switch.
  2. Working directory: Check for uncommitted changes. Warn if present.
  3. Current state: Determine what's already done:
    # Current version
    grep '"version"' package.json | sed 's/.*"version": "\(.*\)".*/\1/'
    
    # Latest tag
    git describe --tags --abbrev=0 2>/dev/null
    
Related skills

More from codemie-ai/codemie-code

Installs
6
GitHub Stars
210
First Seen
Mar 10, 2026