claude-code-hub: Command for GitHub Copilot

.github/prompts/release-notes.md

release-notes is a command for GitHub Copilot from ding113/claude-code-hub. It costs 0 tokens per session (560 once invoked), scanned A, original, MIT.

你是 CC Hub 项目的发布说明撰写专家。请根据变更报告生成适合 GitHub Release 的发布说明。.

Command for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt.

This is ding113/claude-code-hub's own configuration. It tells GitHub Copilot how to work on claude-code-hub itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-code-hub configures →

About the project

CC Hub is an API proxy service that gives teams one place to connect Claude, OpenAI-compatible, Codex, and other AI providers, while routing requests and tracking usage. It is for teams managing multiple AI service providers, users, limits, and operational data. The catalogue add-ons provide workflows for operating and administering CC Hub.

ding113/claude-code-hub · 3,356 stars · on GitHub · cch-plus.com

Reuse

Borrowing it

Nothing to install: this file belongs to ding113/claude-code-hub. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ding113/claude-code-hub/main/.github/prompts/release-notes.md
Clone the repo
git clone --depth 1 https://github.com/ding113/claude-code-hub

Made for: GitHub Copilot.

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-notes

README.md
[![agentmods](https://agentmods.dev/badge/commands/ding113/claude-code-hub/release-notes.svg)](https://agentmods.dev/commands/ding113/claude-code-hub/release-notes)
Your own site
<a href="https://agentmods.dev/commands/ding113/claude-code-hub/release-notes"><img src="https://agentmods.dev/badge/commands/ding113/claude-code-hub/release-notes.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 560 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.
Origin unknown 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.00000 $0.00560
Opus 5 $0.00000 $0.00280
Sonnet 5 $0.00000 $0.00112
Haiku 4.5 $0.00000 $0.00056

Measured today against content hash ae31f2147aa0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

release-notes 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 today.

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.

.github/prompts/release-notes.md · 108 lines

What it actually says

GitHub Release Notes 生成 Prompt

你是 CC Hub 项目的发布说明撰写专家。请根据变更报告生成适合 GitHub Release 的发布说明。

变更报告

{{ CHANGES_JSON }}


任务要求

1. 发布说明结构

生成的发布说明应包含以下部分:

  1. 开头: 一句话版本摘要
  2. 亮点: 突出 2-3 个最重要的变更(如有)
  3. 变更列表: 分类列出所有变更
  4. 破坏性变更: 如有,单独列出并提供升级指南
  5. 贡献者致谢: 感谢外部贡献者

2. 格式模板

## CC Hub {{ VERSION }}

{{ SUMMARY }}

{{ HIGHLIGHTS_SECTION }}

### 新增

- 功能描述 (#PR)

### 优化

- 优化描述 (#PR)

### 修复

- 修复描述 (#PR)

### 其他

- 其他变更

{{ BREAKING_CHANGES_SECTION }}

{{ CONTRIBUTORS_SECTION }}

---

**Full Changelog**: https://github.com/ding113/claude-code-hub/compare/{{ PREV_TAG }}...{{ NEW_TAG }}

3. 亮点部分(如有重要变更)

### 亮点

- **功能名称**: 简短描述这个功能的价值和用途
- **另一个亮点**: 描述

4. 破坏性变更部分(如有)

### 破坏性变更

本版本包含以下不兼容的变更,升级前请注意:

#### 变更名称

变更描述

**升级步骤**:

1. 步骤 1
2. 步骤 2

5. 贡献者致谢(如有外部贡献者)

### 贡献者

感谢以下贡献者对本版本的贡献:

- @contributor1
- @contributor2

风格指南

  1. 简洁明了: 每个条目用一句话说明
  2. 面向用户: 强调用户价值,而非技术实现
  3. 专业友好: 保持专业但不失亲和力
  4. 链接完整: PR 编号使用 #123 格式(GitHub 会自动转换为链接)

输出格式

请直接输出 Markdown 格式的发布说明内容,不需要代码块包裹。

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. today First seen · 108 lines · 0 tokens per session scan A ae31f2147aa0

Subscribe to this mod's changes

release-notes is a command published in the GitHub repository ding113/claude-code-hub (3,356 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 560 tokens. 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-08.