release
SKILL.md
Release Workflow
Create a new release for Eyes on Claude Code.
Arguments
The user may specify a version in one of these formats:
- Explicit version:
1.0.1,2.0.0 - Semver bump:
patch,minor,major
If not specified, ask the user which version type they want.
Workflow
1. Determine New Version
If explicit version provided, use it directly.