glebis/cull-release-check
Use when assessing whether Cull is ready to release, auditing or dry-running a Cull release, identifying version blockers, or before any Cull prepare or publish operation.
npx skills add https://github.com/glebis/claude-skills --skill cull-release-check
Treat Cull's JSON release CLI as authoritative. This skill is strictly read-only.
glebis/cull; otherwise absolute CULL_REPO; otherwise
$HOME/ai_projects/cull.
patch|minor|major only when calculating a new target.Otherwise inspect the current candidate.
git status --porcelain and git rev-parse HEAD.npm run release:cull -- check --bump "$KIND" --json from the checkout.or a nonzero exit as a blocker.
CHECK_MUTATED_REPOSITORY and stop.
Report current and target versions, source SHA, branch and sync state, disk,
toolchains, contract gates, CI, secret presence, and every blocker. Report secret
presence only; never print environment values or secret contents.
Run no preparation, commit, tag, push, workflow dispatch, publication, Homebrew
promotion, installation, or recovery apply action. If the CLI proposes one,
report it without executing it.
Take glebis/cull-release-check from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.