Release Cut a release, validate the changelog, and ensure git hooks are installed. Usage or (bumps patch from current version). Process When the user triggers : 1. Gather context — run . This silently installs git hooks and prints everything needed: version info, working directory status, commits since last release, files changed, current content, and the previous release entry for style reference. 2. Commit outstanding work — if the context shows staged, modified, or untracked files that belong in this release, commit them first. Use the /commit skill or make well-formed commits directly. 3.…