release

release is a skill for Claude Code, Codex from abiswas97/gemini-plugin-cc. It costs 18 tokens per session (361 once invoked), scanned B, original, Apache-2.0.

A maintainer-only release skill that starts the continuous-integration pipeline for gemini-plugin-cc with a patch, minor, or major version change.

In plain words
What is it for?
Starting draft releases, checking the workflow run, and handing off to the approval and publishing steps.
Why use it?
It standardises release triggering and tells the maintainer where to monitor the workflow and approve its release gate.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/abiswas97/gemini-plugin-cc/release
Any agent
npx skills add abiswas97/gemini-plugin-cc --skill release
Clone the repo
git clone --depth 1 https://github.com/abiswas97/gemini-plugin-cc

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 release

README.md
[![agentmods](https://agentmods.dev/badge/skills/abiswas97/gemini-plugin-cc/release.svg)](https://agentmods.dev/skills/abiswas97/gemini-plugin-cc/release)
Your own site
<a href="https://agentmods.dev/skills/abiswas97/gemini-plugin-cc/release"><img src="https://agentmods.dev/badge/skills/abiswas97/gemini-plugin-cc/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 361 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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 $0.00018 $0.00361
Opus 5 $0.00009 $0.00180
Sonnet 5 $0.00004 $0.00072
Haiku 4.5 $0.00002 $0.00036

Measured 5d ago against content hash 73b98bab0ac2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

release scanned grade B with 1 finding 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 5d 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.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

Do not run any commands.
.claude/skills/release/SKILL.md · 48 lines

What it actually says

Trigger the release pipeline

This skill fires release-draft.yml on CI. The workflow bumps versions, generates the CHANGELOG entry, and opens a release PR. You review and merge that PR; release-publish.yml then tags and creates the GitHub Release.

Validate the argument

The argument must be exactly one of patch, minor, major. If $ARGUMENTS is anything else (empty, misspelled, multiple values), stop and print:

Usage: /release patch|minor|major

Do not run any commands.

Dispatch the workflow

With a valid bump type, run:

gh workflow run release-draft.yml -f bump=$ARGUMENTS

If the call fails with a permissions error, print:

This skill is maintainer-only. The repository permissions gate release dispatch; your account does not have actions:write on abiswas97/gemini-plugin-cc.

Stop.

Show the run

On success, wait a moment, then run:

gh run list --workflow=release-draft.yml --limit=1 --json databaseId,url,status

Print the URL so the user can watch it. Tell them:

  • The run will pause on the release environment approval gate
  • They need to approve it in the Actions tab to proceed
  • Once approved, it will run CI, generate the CHANGELOG, and open a release PR
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. 5d ago First seen · 48 lines · 18 tokens per session scan B 73b98bab0ac2

Subscribe to this mod's changes

release is a skill published in the GitHub repository abiswas97/gemini-plugin-cc (47 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 18 tokens to every session and 361 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

bump-version

Use when bumping the AionUi version: query AionCore release, verify artifacts, update package.json, generate CHANGELOG, branch, commit, push, create PR, auto-merge, tag release.

iOfficeAI/AionUi · 0 tokens

push-ci

Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI run status via gh CLI. Use when: user says 'push', 'push and watch CI', 'ship it', 'push-ci'. Not for: committing (use /smart-commit), creating PRs (use /create-pr), merging (use /merge-prep).

sd0xdev/sd0x-harness · 82 tokens

cmux-release

Prefer the /release command. It determines the new version (minor by default), gathers commits since the last tag, updates CHANGELOG.md, runs ./scripts/bump-version.sh, commits, runs ./scripts/release-pretag-guard.sh, then tags and pushes.

manaflow-ai/cmux · 39 tokens

lov-release-via-cicd

Configure CI/CD and publish new versions for Node, Tauri, Vite, shell, and GitHub Release projects. Use when the user asks to setup release workflow, publish a new version, verify macOS signing/notarization, recover a failed GitHub Release, or mentions "release-via-cicd", "配置并发布新版", "签名", "notarize", "GitHub Release"…

lovstudio/skills · 98 tokens

pipeline-digest

Daily release-pipeline digest with a change gate — reports which plugins are pending release, whether main's CI is green, and which branches went stale, and notifies the operator only when that state actually moved since the last run. Use when the operator asks "what moved in the pipeline", "anything to ship"…

gtapps/claude-code-hermit · 99 tokens

ccc-ship

Click-first ship flow. Four actions, one test matrix, one release pipeline, one deploy path. User picks the action, the matrix (or agent) runs, results surface as a checkbox scorecard.

KevinZai/commander · 38 tokens