docs-updater

仓库创建 2025年10月21日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由

自动识别发布相关改动并按标准更新文档,减轻发布准备工作量。

▸ 风险提示

需读取仓库历史并可能修改文档,需写入权限

这个 Skill 做什么

基于 git 变更自动分析并更新 README、CHANGELOG 等文档。

通过比较当前分支和上个 release tag 的 git 变更,自动识别需要更新的文档并修改 README.md、CHANGELOG.md,遵循 Keep a Changelog 的格式。准备发布、同步文档或在发 PR 前用它能省大量手工整理时间。特别会发现相关的文档目录并只改与变更相关的部分,减少人为遗漏和冲突。

▸ 展开 SKILL.md 英文原文

Provides automated documentation updates by analyzing git changes between the current branch and the last release tag. Performs git diff analysis to identify modifications, then updates README.md, CHANGELOG.md following Keep a Changelog standard, and discovers documentation folders for contextual updates. Use when preparing a release, maintaining documentation sync, or before creating a pull request. Triggers on "update docs", "update changelog", "sync documentation", "update readme", "prepare release documentation".

自动化集成文档更新变更日志git 差异通用
311
Stars
36
Forks
40
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-core/skills/docs-updater/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-core/skills/docs-updater/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Universal Documentation Updater

Analyzes git changes since the latest release tag and updates the documentation files that should change with them.

## Overview

Use git history to identify release-relevant changes, then update `README.md`, `CHANGELOG.md`, and any relevant documentation folders. Keep the workflow focused on explicit user approval, precise edits, and repository-specific documentation structure.

## When to Use

Use this skill when:

- Preparing release notes or an `Unreleased` changelog update
- Syncing `README.md` or documentation after feature work lands
- Reviewing what changed since the last release before a PR or release

## Prerequisites

Before starting, verify that
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有