comet-release

comet-release is a skill for Claude Code, Codex from rpamis/comet. It costs 65 tokens per session (492 once invoked), scanned A, original, MIT.

A release-preparation workflow for Comet that uses the real version, branch history, and user-visible changes to prepare a changelog and release checks. A changelog is a dated record of what changed for people using the software.

In plain words
What is it for?
Use it to prepare beta or hotfix releases, update release notes, identify changes since the previous version, check release readiness, and report remaining unknowns without publishing the package or GitHub release.
Why use it?
It helps avoid duplicate versions, inaccurate release notes, and claiming that a release is ready when builds, generated files, package contents, tests, or website documentation have not been checked.

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/rpamis/comet/comet-release
Any agent
npx skills add rpamis/comet --skill comet-release
Clone the repo
git clone --depth 1 https://github.com/rpamis/comet

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 comet-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/rpamis/comet/comet-release.svg)](https://agentmods.dev/skills/rpamis/comet/comet-release)
Your own site
<a href="https://agentmods.dev/skills/rpamis/comet/comet-release"><img src="https://agentmods.dev/badge/skills/rpamis/comet/comet-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 492 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00065 $0.00492
Opus 5 $0.00032 $0.00246
Sonnet 5 $0.00013 $0.00098
Haiku 4.5 $0.00006 $0.00049

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

Security

Grade A, and why

comet-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 4d 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.

assets/skills-maintainer/comet-release/SKILL.md · 29 lines

What it actually says

Comet 发布

先读取 ../comet-github/references/maintainer-contract.md。本 Skill 负责准备发布资产;commit、push、tag、GitHub Release 和 npm 发布仍然需要单独授权。

确定发布范围

  1. 阅读 package.json、lockfile 元数据、当前顶部 Changelog 标题、当前分支、origin/master、上一发布 tag 以及 release/hotfix 分支范围。
  2. 判断当前分支是否已有高于 master 的版本。如果已有,就追加或重写同一个版本,不要创建重复版本。
  3. 根据真实发布范围列出候选变更,只保留用户从上一版本升级后能够感知的内容。
  4. 将条目分类为 Added、Changed、Fixed、Removed 或 Security。只有已发布基线中已经存在的用户问题才归入 Fixed。

编写发布内容

使用专业、中性、面向用户的英文 Changelog。描述行为和价值,不写实现过程、bundle/cache 细节、生成文件名、Git 对象 ID、review follow-up 或普通测试重构。

网站发布文档在范围内时,调用 comet-bilingual-docs,同步主仓库与 D:\Project\comet-website-docs 中已确认的用户可见语义,并保持中英文结构一致。

验证发布就绪

根据发布风险运行检查:纯文档变更运行受影响测试和格式检查;Runtime、安装、路由或发布元数据变更再运行 build、生成资产检查、package dry-run 和全量测试。网站从自己的仓库运行可用的 Mintlify 命令,超时要标记为未验证。

展示最终版本、包含的用户可见变更、验证结果和剩余未知项。用户明确授权 commit 或 push 时使用 comet-safe-delivery。本 Skill 不负责 npm 发布。

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. 4d ago First seen · 29 lines · 65 tokens per session scan A f4da7e9bdbdf

Subscribe to this mod's changes

comet-release is a skill published in the GitHub repository rpamis/comet (2,902 stars, last pushed 2d ago), licensed MIT. It adds 65 tokens to every session and 492 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

release

Skill "release" from CIrcui-try/Circuit, covering 절차, 1단계: 사전 확인, 2단계: 변경사항 수집, 직전 release 시점 (main의 가장 최근 release pr merge 시각) and 그 시점 이후 develop으로 머지된 pr 목록.

CIrcui-try/Circuit · 20 tokens

publish-pr

Rebase on develop, push the branch, and open a pull request.

CIrcui-try/Circuit · 18 tokens

runbook

Generate and update feature release runbooks from existing docs and codebase. Use when: creating operational runbook, release handbook, deployment checklist, pre-release preparation. Not for: incident response (v2), code review (use codex-code-review), architecture design (use architecture).

sd0xdev/sd0x-harness · 59 tokens

release-openspec

Use this skill when releasing OpenSpec: audit merged work and changeset coverage, decide whether a catch-up changeset PR is needed, prepare or resume the Changesets Version Packages PR, cut a beta or stable release, verify publishing, and polish GitHub release notes. Also use when asked whether an open release PR is…

Fission-AI/OpenSpec · 88 tokens

skillshare-changelog

Generate CHANGELOG.md entry from recent commits in conventional format. Also syncs the website changelog page. Use this skill whenever the user asks to: generate a changelog, document what changed between tags, or create a new CHANGELOG entry. If you see requests like "write the changelog for v0.17", "what changed…

runkids/skillshare · 134 tokens

prepare-release

Prepare a new release by collecting commits, generating bilingual release notes, updating version files, and creating a release branch. Use when asked to prepare/create a release, bump version, or run /prepare-release.

CherryHQ/cherry-studio · 44 tokens