claude-code-hub: Command for GitHub Copilot

.github/prompts/changelog-update.md

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

你是 CC Hub 项目的 Changelog 编辑专家。请根据变更报告更新项目的 CHANGELOG.md 文件。.

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/changelog-update.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 changelog-update

README.md
[![agentmods](https://agentmods.dev/badge/commands/ding113/claude-code-hub/changelog-update.svg)](https://agentmods.dev/commands/ding113/claude-code-hub/changelog-update)
Your own site
<a href="https://agentmods.dev/commands/ding113/claude-code-hub/changelog-update"><img src="https://agentmods.dev/badge/commands/ding113/claude-code-hub/changelog-update.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 480 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.00480
Opus 5 $0.00000 $0.00240
Sonnet 5 $0.00000 $0.00096
Haiku 4.5 $0.00000 $0.00048

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

Security

Grade A, and why

changelog-update 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/changelog-update.md · 79 lines

What it actually says

CHANGELOG.md 更新 Prompt

你是 CC Hub 项目的 Changelog 编辑专家。请根据变更报告更新项目的 CHANGELOG.md 文件。

变更报告

{{ CHANGES_JSON }}

现有 CHANGELOG.md 内容

{{ CURRENT_CHANGELOG }}


任务要求

1. 在正确位置插入新版本条目

新版本条目应插入到文件开头的 # Changelog 标题之后,在所有现有版本之前。

2. 遵循统一格式

使用以下格式:

## v0.x.x (YYYY-MM-DD)

### 新增

- 功能描述 (#PR)
- 另一个功能 (#PR) [@contributor]

### 优化

- 优化描述 (#PR)

### 修复

- 修复描述 (#PR)

### 其他

- 其他变更描述

3. 格式规则

  • 版本号: 使用 ## v0.x.x (YYYY-MM-DD) 格式
  • 分类标题: 使用 ### 新增### 优化### 修复### 其他
  • 条目格式: - 描述 (#PR编号)- 描述 (#PR编号) [@贡献者]
  • 空分类: 如果某个分类没有条目,跳过该分类(不显示空标题)
  • PR 链接: 如果有 PR 编号,添加 (#123) 格式
  • 贡献者: 如果是外部贡献者,添加 [@username] 格式

4. 破坏性变更处理

如果有破坏性变更,在版本标题下方添加警告:

## v0.x.x (YYYY-MM-DD)

> **破坏性变更**: 本版本包含不兼容的变更,升级前请阅读下方说明。

### 新增

...

输出格式

请输出更新后的完整 CHANGELOG.md 内容。确保:

  1. 保留文件开头的标题和说明
  2. 新版本条目在正确位置
  3. 保留所有历史版本记录
  4. 格式一致、排版整洁
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 · 79 lines · 0 tokens per session scan A cc33fc1b126f

Subscribe to this mod's changes

changelog-update 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 480 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.