docs-updater
自动识别发布相关改动并按标准更新文档,减轻发布准备工作量。
需读取仓库历史并可能修改文档,需写入权限
基于 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".
帮我安装这个 skill:https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-core/skills/docs-updater/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-core/skills/docs-updater/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