glebis/claude-skills

cull-release-prepare

Use when the user explicitly asks to prepare or bump a Cull patch, minor, or major release, curate its changelog and compatibility review, or create its focused release commit without publishing.

First seen Jul 15, 2026

Installation

$ npx skills add glebis/claude-skills --skill cull-release-prepare

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from glebis/claude-skills · top by installs.

npx skills add glebis/claude-skills

Browse all from glebis/claude-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 372
License MIT
Default branch main
Open issues 6
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,520 B
  • docs SUMMARY.md 223 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 21 installs

SKILL.md

Cull Release Prepare

Principle

Prepare one reproducible release commit.

Preparation cannot tag, push, dispatch workflows, publish, or update Homebrew.

Required inputs

  • An explicit patch|minor|major; never infer the bump.
  • Green cull-release-check evidence bound to expectedSource and

expectedVersion.

  • Curated release notes and compatibility-review JSON matching Cull's CLI schema.

Prepare

  1. Fetch origin/main and create a dedicated clean worktree from it. Preserve

unrelated dirty worktrees.

  1. Confirm the check evidence still matches HEAD and the expected next version.
  2. Store curated notes in a safely quoted path. Use argument arrays or separately

quoted variables; never evaluate a concatenated command.

  1. Run the dry run first: npm run release:cull -- prepare ... --dry-run --json.
  2. Parse exactly one JSON envelope. Continue only when it lists exactly the

configured version, changelog, compatibility, and state files.

  1. Run the same prepare command without --dry-run.
  2. Verify one chore(release): vX.Y.Z commit, state prepared, the declared file

set, no tag, and no remote mutation.

On failure, show diagnostics and changed files. Never reset, discard, or overwrite work outside the release-owned file set.