Token导航 LogoToken导航TokenDH.com
运维和基础设施需要联网github未标认证来源可访问许可证需确认审计通过

changelog-maintenance变更日志维护

Agent Skill

changelog-maintenance 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,022

周安装

81

GitHub Stars

11

下载量

654
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:changelog-maintenance(变更日志维护)
来源仓库:https://github.com/akillness/oh-my-skills
仓库路径:skills/changelog-maintenance
安装命令:
npx skills add https://github.com/akillness/oh-my-skills --skill changelog-maintenance
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-skills --skill changelog-maintenance

简介

用于维护 CHANGELOG.md 和发布相关变更说明。

  • 适合生成版本历史、迁移说明和客户可见的更新摘要。
  • 聚焦于“已交付变更”的沟通,非泛化文档任务。
  • 安装命令:npx skills add https://github.com/akillness/oh-my-skills --skill changelog-maintenance。
  • 输出应绑定具体提交与 Issue,避免主观描述。

SKILL.md

Changelog Maintenance

Use this skill when the deliverable is release history or shipped-change communication, not a broad documentation or launch-campaign bundle.

changelog-maintenance is the documentation-cluster anchor for:

  • CHANGELOG.md upkeep
  • GitHub / GitLab / docs-site release notes
  • migration and deprecation updates tied to a shipped change
  • customer-facing “what changed” summaries
  • lightweight game patch notes and small update posts

Read these support docs before choosing the mode or boundary:

When to use this skill

  • A repo needs a durable changelog entry or Unreleased refresh based on shipped work
  • A release needs audience-appropriate notes for developers, customers, internal stakeholders, or players
  • A breaking change, deprecation, or compatibility shift needs a migration update linked from release history
  • Release automation drafted notes, but the output still needs truthful grouping, clearer wording, or better route-outs
  • A game update needs concise patch notes without collapsing into marketing copy, deployment runbooks, or full help docs
  • The real job is deciding the smallest release-writing packet rather than writing every neighboring document from scratch

When not to use this skill

  • The main job is an internal spec, runbook, ADR, rollout plan, or deep migration proceduretechnical-writing
  • The main job is published API / SDK / webhook / developer-portal contentapi-documentation
  • The main job is end-user onboarding, tutorials, screenshots, FAQs, or help-center walkthroughsuser-guide-writing
  • The main job is deployment execution, environment promotion, rollback mechanics, or release orchestrationdeployment-automation
  • The main job is launch copy, feature positioning, campaign sequencing, or GTM messagingmarketing-automation
  • There is no credible shipped evidence yet → collect proof first instead of inventing release notes from a roadmap or TODO list

Instructions

Step 1: Classify one primary release-writing mode

Normalize the request before drafting.

changelog_mode:
  primary_mode: changelog | release-notes | migration-update | game-patch-notes
  audience: developers | end-users | mixed | players | internal-stakeholders | unknown
  release_scope: patch | minor | major | rolling | unknown
  source_of_truth: release-pr | tagged-release | prs | issues | commits | docs | mixed | unknown
  publishing_surface: changelog-file | github-release | docs-site | in-app-updates | steam-news | mixed | unknown
  automation_context: manual | release-drafter | changesets | release-please | autogenerated-release-notes | mixed | unknown
  output_shape: single-entry | summary-plus-links | migration-brief | patch-note-brief | sync-packet | unknown

Use one mode per run:

  • changelog → durable repo history in CHANGELOG.md
  • release-notes → audience-facing summary of what changed and why it matters
  • migration-update → changed behavior, required actions, deadlines, and compatibility notes
  • game-patch-notes → concise player-facing update summary

Step 2: Confirm audience, proof, and route-outs

Answer these before writing:

  1. Who reads this first?
  2. What action should they take after reading it?
  3. Which shipped evidence proves each headline claim?
  4. Which deeper artifact should carry the rest?

Quick route-out table:

If the request sounds like...Use
“Write the architecture / rollout / runbook / internal migration plan”technical-writing
“Publish API reference, SDK docs, auth troubleshooting, or portal pages”api-documentation
“Write help docs, tutorials, screenshots, or FAQs for the changed workflow”user-guide-writing
“Plan deploy / rollback / release execution”deployment-automation
“Write launch copy / announcement / campaign messaging”marketing-automation
“Summarize shipped changes truthfully for a release surface”changelog-maintenance

Step 3: Gather the smallest truthful evidence set

Do not write release history from memory alone. Pull the smallest credible packet first:

  • merged release PR, tag, or release entry if it exists
  • merged PRs / issues / commits included in the release
  • linked migration docs, upgrade notes, or help docs
  • breaking changes, removals, deprecations, deadlines, or rollout caveats
  • publishing-surface constraints (CHANGELOG.md, GitHub Release, customer update hub, Steam patch-note post)
  • automation context, if any

If evidence is incomplete, label assumptions and missing proof explicitly.

Step 4: Choose the smallest useful artifact packet

Use references/output-packets-and-channel-handoffs.md.

Default shapes:

  • single-entry → one changelog entry or one release-note block
  • summary-plus-links → short release summary plus migration/help/API links
  • migration-brief → what changed, who is affected, required action, deadline, link-outs
  • patch-note-brief → concise new content / tuning / fixes / known issues packet
  • sync-packet → release-note draft plus list of downstream docs or channels that must stay aligned

Do not ship a broad handbook when one release packet and a short sync list will do.

Step 5: Apply mode-specific writing rules

  • Changelog: favor grouped notable changes over commit archaeology; keep compare links or version/date framing when the repo uses them.
  • Release notes: lead with impact, not internal ticket numbers; keep wording plain and scannable.
  • Migration update: foreground required action, affected readers, deadline, and compatibility risk.
  • Game patch notes: keep the note lightweight and player-facing; do not smuggle rollout mechanics or campaign copy into it.

Step 6: Keep record, communication, and promotion separate

Guard these boundaries aggressively:

  • changelog / release notes summarize what shipped
  • migration detail lives in linked migration docs when the procedure is too large for the summary
  • tutorials / FAQs live in user-guide-writing
  • API and integration detail lives in api-documentation
  • rollout / rollback mechanics live in deployment-automation
  • campaign-style language lives in marketing-automation

Step 7: Work with automation without surrendering judgment

Use automation as draft input, not the final editor.

  • Release Drafter / autogenerated release notes → good for PR grouping and starter bullets
  • Changesets → good for package/version intent and monorepo release aggregation
  • release-please / semantic-release style flows → good for release PRs, version bumps, and commit-driven summaries

Still decide manually:

  • the primary audience
  • what counts as notable
  • what needs a migration link
  • what should become a separate help/API/internal doc

Step 8: Run the trust check before publishing

Use references/release-note-quality-checklist.md.

Verify:

  1. Every claim matches shipped or merged evidence.
  2. The chosen mode fits the audience and channel.
  3. Breaking changes, removals, and deadlines are impossible to miss.
  4. Route-outs stay explicit instead of bloating the note.
  5. The packet is as small as possible while still truthful.

Step 9: Return a brief or the finished artifact

Preferred brief shape before full drafting:

# Release Writing Brief

## Mode
- Primary mode:
- Why it fits:
- Audience:
- Output shape:

## Evidence used
- Source of truth:
- Supporting docs / links:
- Assumptions / missing proof:

## Planned artifact packet
1. main release artifact
2. downstream sync / linked-doc follow-up

## Writing notes
- Breaking changes / deadlines:
- Route-outs kept out of scope:
- Channel-specific constraints:

If the user already asked for the finished artifact, produce the selected packet directly with the matching structure.

Examples

Example 1: Changelog plus migration link

Input

Update CHANGELOG.md for v2.4.0 from the merged PR list and make the Basic Auth deprecation obvious.

Good output direction

  • mode: changelog
  • output shape: summary-plus-links
  • grouped sections such as Added, Changed, Deprecated, Fixed
  • migration link or placeholder instead of embedding the full auth procedure

Example 2: Customer-facing release summary

Input

Turn these shipped product updates into release notes customers will actually read.

Good output direction

  • mode: release-notes
  • output shape: single-entry or summary-plus-links
  • benefit-led headings like What’s new, Improvements, Fixes
  • route tutorials or help refreshes to user-guide-writing

Example 3: Lightweight game patch notes

Input

Write patch notes for our latest game update and keep them short.

Good output direction

  • mode: game-patch-notes
  • output shape: patch-note-brief
  • concise sections for new content, tuning, fixes, and known issues
  • route launch-event hype or campaign beats to marketing-automation

Best practices

  1. Start from shipped evidence, not vibes.
  2. Pick one primary audience and one primary mode.
  3. Use the smallest packet that fits the channel.
  4. Separate release summary, migration detail, help docs, API docs, rollout mechanics, and launch messaging.
  5. Let automation collect draft material, but do not outsource judgment.
  6. Call out breaking changes and deadlines early.
  7. Treat patch notes as a real workflow with player-facing constraints, not just a renamed changelog.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.6%
按下载量换算246

Claude

30.3%
按下载量换算198

Cursor

17.21%
按下载量换算113

Gemini CLI

8.83%
按下载量换算58

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills