cull-release-recover

cull-release-recover is a skill for Codex from glebis/claude-skills. It costs 42 tokens per session (333 once invoked), scanned A, original, MIT.

A recovery guide for stalled or inconsistent Cull software releases. It checks the actual state of commits, tags, builds, published files, updater data, and Homebrew before choosing the next safe step.

In plain words
What is it for?
Use it to inspect a failed release, resume an incomplete release phase, verify build artifacts, publish verified files, promote a release to Homebrew, or prepare a patch plan.
Why use it?
It helps resolve release failures without deleting release history, replacing verified files, or repeating completed signed builds. It also separates a repair plan from actually publishing a patch.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to inspect a failed release, resume an incomplete release phase, verify build artifacts, publish verified files, promote a release to Homebrew, or prepare a patch plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/glebis/claude-skills/cull-release-recover
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add glebis/claude-skills --skill cull-release-recover
Clone the repo
git clone --depth 1 https://github.com/glebis/claude-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cull-release-recover

README.md
[![agentmods](https://agentmods.dev/badge/skills/glebis/claude-skills/cull-release-recover/github.svg)](https://agentmods.dev/skills/glebis/claude-skills/cull-release-recover)
Your own site
<a href="https://agentmods.dev/skills/glebis/claude-skills/cull-release-recover"><img src="https://agentmods.dev/badge/skills/glebis/claude-skills/cull-release-recover/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cull-release-recover

Your own site · 80×15
<a href="https://agentmods.dev/skills/glebis/claude-skills/cull-release-recover"><img src="https://agentmods.dev/badge/skills/glebis/claude-skills/cull-release-recover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 333 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00333
Opus 5 $0.00021 $0.00167
Sonnet 5 $0.00008 $0.00067
Haiku 4.5 $0.00004 $0.00033

Measured 12d ago against content hash 5addc802c144, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

cull-release-recover scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cull-release-recover/SKILL.md · 34 lines

What it actually says

Cull Release Recover

Principle

Derive truth from external evidence, then resume the first incomplete safe phase. Never erase immutable release history to make local state look consistent.

Diagnose

  1. Resolve the Cull checkout.
  2. Run npm run release:cull -- resume --version "$VERSION" --json and parse exactly one JSON envelope. Treat local release state as a cache.
  3. Authenticate and compare the prepared commit, remote annotated tag and peeled commit, Actions run, exact asset inventory, public release, updater metadata, provenance, and Homebrew cask/evidence.
  4. Classify the next action exactly as rerun-check, prepare-new-version, watch-build, verify-artifact, publish-verified-artifacts, promote-homebrew, or prepare-patch-plan.
  5. Execute only the safe resumable phase the user already authorized. Do not repeat a completed signed build or replace verified artifacts.

A post-publish verification failure creates or updates the stable P0 bd incident, blocks later release checks, and returns prepare-patch-plan. Prepare the patch plan but never publish that patch implicitly.

Never delete or move a tag or release. Never force-push, clobber assets, reset unrelated work, bypass a gate, clean cull.db, or treat missing evidence as success.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 34 lines · 42 tokens per session scan A 5addc802c144

Subscribe to this mod's changes

cull-release-recover is a skill published in the GitHub repository glebis/claude-skills (375 stars, last pushed 9d ago), licensed MIT. It adds 42 tokens to every session and 333 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.