Home / minleev5 / devkeel · .harness/skills/changelog/SKILL.md · GitHub

changelog skillA

changelog is agent-read markdown (skill) from minleev5/devkeel: Use when 编辑 changelog、发布 CLI 或模板版本、或判断某项用户可见变更是否需要进入版本记录。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# changelog — 双版本流发布说明

本 skill 是 **rigid** 类型。每次发版只在对应版本流新增一个 JSON;版本正文不得写回 React、构建产物或根目录 CHANGELOG.md。

## 选择版本流

| 版本流 | 用户可见变更来源 | 权威版本号 | 新文件目录 |
|---|---|---|---|
| CLI | `src/`、`bin/`、`web/`、根 `package.json` | `package.json` 的 `version` | `web/public/versions/cli/` |
| Templates | `templates/` | `templates/package.json` 的 `version` | `web/public/versions/templates/` |

两条流独立发布、排序和计算 latest。一次发布同时涉及两条流时,分别新增 JSON,不合并版本号或文件。

以下内容不记录:`.harness/` dogfooding、`openspec/`、测试、CI 和无用户感知的内部重构。

## 单文件契约

文件名是 `versions` 最后一个值加 `.json`,不带 `v`。单版本示例:

```json
{
  "versions": ["0.8.11"],
  "releasedAt": { "from": "2026-07-13T18:00:00+08:00" },
  "title": "一句话概括主要变化",
  "archived": false,
  "groups": [
    {
      "type": "feat",
      "label": "新功能",
      "items": [
        {
          "name": "功能名",
          "description": "从用户视角说明变化,可使用 `行内代码`。"
        }
      ]
    }
  ]
}
```

约束:

- `versions` 非空、无重复,按旧到新排列;合并发布仍只用一个文件。
- `releasedAt.from/to` 使用带时区的 ISO 8601;`to` 不早于 `from`。
- 发布时间取对应 package 版本变更 commit 的 author date,不用当前时间代替历史时间。
- `type` 只能是 `feat`、`fix`、`breaking`、`refactor`、`docs`。
- `archived: false` 进入主列表,`true` 进入历史折叠区;没有分组的早期版本使用 `groups: []`。
…

Read the whole file at its exact version.

How to install

Latest version
mdr add minleev5/devkeel/changelog@v3.0.0
Exact content
mdr add minleev5/devkeel/changelog@sha256:021f3f965c005190

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_v6hnceyz6xv2zykh.svg)](https://markdownregistry.com/a/art_v6hnceyz6xv2zykh)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v3.0.0 latest2026-09-23 bfb811b 4,410 BA view · diff
v3.0.02026-09-23 2a3e2e3 4,355 BA view · diff
v3.0.02026-09-22 123429c 4,938 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4410 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

minleev5/devkeel · 3 stars · license MIT · pushed 2026-09-24 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_v6hnceyz6xv2zykh
GET https://markdownregistry.com/api/v1/resolve?ref=minleev5/devkeel/changelog
GET https://markdownregistry.com/api/v1/blob/021f3f965c005190d43dd07ecccba5b1b73b1967701bfde01b17f9003bb97423

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from minleev5/devkeel

brainstorming skill
minleev5/devkeel · .harness/skills/brainstorming/SKILL.md · 探索、比较、挑战或补全开发方案;按 Lite/Full 深度进行单题访谈,并在用户同意持久化后维护 OpenSpec Living brainstorm。
v9.1.1 · audit A · 3 stars
commit skill
minleev5/devkeel · .harness/skills/commit/SKILL.md · 用户明确选择 commit、push 或 MR/PR 后使用的原子交付流程。任务完成或归档本身不触发;在授权范围内完成交付目标及其必要动作。
v1.2.4 · audit A · 3 stars
doc-maintenance skill
minleev5/devkeel · .harness/skills/doc-maintenance/SKILL.md · CLI 文档维护与一致性检查流程
v1.2.0 · audit A · 3 stars
domain-init skill
minleev5/devkeel · .harness/skills/domain-init/SKILL.md · 对项目进行全盘扫描,识别领域类型和技术栈,通过多 subAgent 并行扫描多维度, 生成项目知识 docs 与专属 rules、skills 和 agents。使用「自动 baseline + 交互式增强」…
v2.0.2 · audit A · 3 stars
health-check skill
minleev5/devkeel · .harness/skills/health-check/SKILL.md · 一键检查项目代码健康度指标
v1.0.0 · audit A · 3 stars
instruction-maintenance skill
minleev5/devkeel · .harness/skills/instruction-maintenance/SKILL.md · 精简并校验 AGENTS.md、OpenSpec schema/instruction、OPSX commands、SKILL.md、prompt 与 artifact 模板。用于审查当前 diff…
v1.0.0 · audit A · 3 stars
jira-defect-orchestrator skill
minleev5/devkeel · .harness/skills/jira-defect-orchestrator/SKILL.md · 独立编排 Jira 缺陷的取证、修复、验证、回填与 MR 交付,按决策风险确认。适用于用户提供 Jira URL 或 issue key,要求结合运行日志、配置、只读业务数据和代码证据处理生产或测试环境缺陷;普通无 Jira…
v1.3.2 · audit A · 3 stars
new-subcommand skill
minleev5/devkeel · .harness/skills/new-subcommand/SKILL.md · 为 DevKeel CLI 新增子命令的标准开发流程
v1.0.0 · audit A · 3 stars
openspec-apply-change skill
minleev5/devkeel · .harness/skills/openspec-apply-change/SKILL.md · 按 OpenSpec 动态 apply instruction 实施 change tasks,并处理 DevKeel 收尾门禁。
v3.2 · audit A · 3 stars
openspec-archive-change skill
minleev5/devkeel · .harness/skills/openspec-archive-change/SKILL.md · 检查完成状态、评估 spec sync,并按 schema 收尾门禁归档 OpenSpec change。
v3.3 · audit A · 3 stars
openspec-bulk-archive-change skill
minleev5/devkeel · .harness/skills/openspec-bulk-archive-change/SKILL.md · 批量检查 spec 冲突,并按 schema 门禁归档用户明确选择的多个 OpenSpec changes。
v2.2 · audit A · 3 stars
openspec-continue-change skill
minleev5/devkeel · .harness/skills/openspec-continue-change/SKILL.md · 继续 OpenSpec change;Draft 时继续单题访谈,Confirmed 后每次最多投影一个 planning artifact。
v2.2 · audit A · 3 stars

Every file in minleev5/devkeel

Other files named changelog

changelog skill
alirezarezvani/claude-skills · .gemini/skills/changelog/SKILL.md
git:20260309.8902ba7 · audit C · 26,410 stars
changelog skill
codeaholicguy/ai-devkit · skills/changelog/SKILL.md · AI DevKit · Update CHANGELOG.md Unreleased items from git commits since the latest release. Use when users ask to…
git:20260609.ec2ca1e · audit A · 1,633 stars
changelog skill
kittors/lyra · .deepwise/plugins/hello-deepwise/skills/changelog/SKILL.md · 整理 git 提交为分类变更日志。当用户要求写 changelog、发布说明、版本变更时使用。
git:20260812.f57f02e · audit A · 42 stars
changelog skill
qwerfunch/cladding · skills/changelog/SKILL.md · Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈…
git:20260714.abe37cd · audit B · 16 stars
changelog skill
qwerfunch/cladding · plugins/codex/skills/changelog/SKILL.md · Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈…
git:20260714.abe37cd · audit B · 16 stars
changelog skill
qwerfunch/cladding · plugins/antigravity/skills/changelog/SKILL.md · Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈…
git:20260714.dac5b92 · audit B · 16 stars
changelog skill
jikig-ai/soleur · plugins/soleur/skills/changelog/SKILL.md · This skill should be used when creating changelogs for recent merges. Analyzes PR labels, issues, and descriptions to…
git:20260924.a44cf8f · audit A · 15 stars
changelog skill
reidemeister94/development-skills · skills/changelog/SKILL.md · Add CHANGELOG.md entries, derive them from commits, or cut a Keep a Changelog and SemVer release.
git:20260724.ba2c70f · audit A · 12 stars

Browse by kind, by grade A, or by owner.