Documentation
¶
Overview ¶
Command skillversionbump checks or updates spec.version in skills/*/spec.yaml when spec.ref has changed between the PR base and HEAD.
Usage (check mode — exits non-zero if any version is wrong):
go run ./cmd/skillversionbump --base origin/main
Usage (write mode — updates spec.yaml files on disk):
go run ./cmd/skillversionbump --base origin/main --write
In GitHub Actions the base SHA is available as GITHUB_BASE_SHA:
go run ./cmd/skillversionbump --base "$GITHUB_BASE_SHA"
Click to show internal directories.
Click to hide internal directories.