cherrypick-to-release

cherrypick-to-release is a skill for Claude Code, Codex from OutlineDriven/outline-driven-development. It costs 41 tokens per session (976 once invoked), scanned A, original, Apache-2.0.

A workflow for applying selected commits to an existing release branch; cherry-picking means copying specific changes without merging the whole feature branch.

In plain words
What is it for?
Use it to apply a pull request, commit, or issue change to one or more release branches, create the branches and pull requests, and assign the on-call reviewer.
Why use it?
It helps deliver a hotfix or backport to release lines while keeping each target and resulting pull request explicit.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present.

Good fit Use it to apply a pull request, commit, or issue change to one or more release branches, create the branches and pull requests, and assign the on-call reviewer.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/outlinedriven/outline-driven-development/cherrypick-to-release
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 OutlineDriven/outline-driven-development --skill cherrypick-to-release
Clone the repo
git clone --depth 1 https://github.com/OutlineDriven/outline-driven-development

Made for: Claude Code, 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 cherrypick-to-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/cherrypick-to-release.svg)](https://agentmods.dev/skills/outlinedriven/outline-driven-development/cherrypick-to-release)
Your own site
<a href="https://agentmods.dev/skills/outlinedriven/outline-driven-development/cherrypick-to-release"><img src="https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/cherrypick-to-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 976 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.00041 $0.00976
Opus 5 $0.00020 $0.00488
Sonnet 5 $0.00008 $0.00195
Haiku 4.5 $0.00004 $0.00098

Measured 2d ago against content hash 55d4c587f601, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

cherrypick-to-release 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 2d 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.

.devin/skills/cherrypick-to-release/SKILL.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cherrypick to release

Contract

Field Bound contract
Trigger User asks to cherry-pick, backport, or apply a hotfix to a release branch, providing a PR number, commit SHA, or issue reference.
Authority Remote: creates cherrypick branches, pushes them, opens one PR per channel, and assigns the on-call reviewer; requires explicit human invocation. Preview the target release channel(s), the commit(s) to apply, and the PR/assignment consequence before creating branches, pushing, or opening PRs.
Side effect Creates one cherrypick branch per release channel, cherry-picks and pushes the commit(s), opens one PR per channel, and assigns the on-call reviewer. No force-push, no deletion, no merge.
Done A correctly titled PR with the on-call reviewer assigned exists for every requested release channel; conflicts stop for user resolution.

Inputs

  • A PR number, commit SHA, or issue reference identifying the change to apply. Required.
  • The release channel(s) to target, as release branch names. Required; at least one.
  • The on-call reviewer to assign. Required.
  • Optional: an explicit branch-name prefix or commit subset when the reference resolves to more than one commit.

Procedure

  1. Resolve the supplied reference to the exact commit SHA(s) to apply. If a PR number or issue reference yields more than one commit, confirm the subset with the user before proceeding. Done when: the exact commit SHA(s) are resolved or the user confirms the subset.
  2. For each requested release channel, confirm its base release branch exists and is current, then fetch and check it out. Done when: every requested release branch is checked out and current, or the missing one is named.
  3. Preview the operation to the human: the channel(s), the commit SHA(s), the branch names that will be created, the push, the PR titles, and the on-call reviewer assignment. Proceed only after explicit human confirmation. Done when: the human confirms the operation, or the run stops for lack of confirmation.
  4. For each release channel, create a cherrypick branch off that channel's base branch and cherry-pick each resolved commit in source order. Done when: each commit is cherry-picked onto its cherrypick branch, or a conflict stops that channel.
  5. If a cherry-pick conflicts, stop that channel immediately; do not resolve, force, or skip it. Leave the working tree in the conflicted state and report it for user resolution. Done when: the conflicted channel is stopped with files and base branch named.
  6. Push each non-conflicted cherrypick branch to the remote. Done when: each non-conflicted branch is pushed, or the remote error is reported and the branch left intact.
  7. Open one PR per non-conflicted channel against that channel's base branch, titled to identify the cherry-pick and the source reference, and assign the on-call reviewer. Done when: one PR is opened and assigned per non-conflicted channel.
  8. Report the set of opened PRs and the set of channels stopped on conflict. Done when: every requested channel is reported as opened-with-PR or stopped-on-conflict.

Read the full file on GitHub · 45 lines

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. 2d ago Changed 55d4c587f601
  2. 4d ago First seen · 45 lines · 41 tokens per session scan A 22145269d273

Subscribe to this mod's changes

cherrypick-to-release is a skill published in the GitHub repository OutlineDriven/outline-driven-development (52 stars, last pushed 2d ago), licensed Apache-2.0. It adds 41 tokens to every session and 976 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-09-03.

Related

Other skills, from other repositories

git-branchless

Use when asked for multi-commit stack edits, rebases, fixups, or stacked-PR publishing with branchless git idioms. Not for plain-git workflows in repos without branchless.

OutlineDriven/odin-claude-plugin · 45 tokens

atomic-issues-prs

Use when the user says "atomic PRs" or requests one issue or PR per logical change. Don't use for single-change pushes or uncommitted change-sets.

OutlineDriven/odin-claude-plugin · 40 tokens

post-merge-cleanup

Use when a landed merge, release, or completed change needs its cleanup surface reconciled. Scans for stale TODOs, deprecations, unused flags, and doc gaps. Not for unrelated refactoring.

OutlineDriven/odin-claude-plugin · 48 tokens

git-workflow-and-versioning

Use when the user asks for release, version bump, changelog, or branch workflow beyond a single commit. Don't use for single commits or for publishing to a package registry.

OutlineDriven/odin-claude-plugin · 42 tokens

lockstep-version-guard

Use when a human invokes the release gate to prove all 28 ODIN plugins share one canonical version. Emits a per-file comparison and exits non-zero on mismatch. Don't use to edit release metadata or for remote, credential, publish, deploy, or irreversible changes.

OutlineDriven/odin-claude-plugin · 59 tokens

release-announcement

Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.

paperclipai/paperclip · 42 tokens