auto-doc-updater

仓库创建 2026年5月22日最近提交 17 小时前SkillHot 收录 20 天前
▸ 精选理由

减轻维护变更记录的手动负担,提高文档一致性

▸ 风险提示

会在仓库中修改文档文件,需授予写权限

这个 Skill 做什么

自动将已合入的功能变更同步更新到 CHANGELOG 和 BLUEPRINT。

把代码库里已经合入的功能改动自动写到 CHANGELOG.md 和 BLUEPRINT.md 里,省去手动维护变更记录的麻烦。通常在 feature/bug 修复被合并后跑,它会识别提交/PR 的要点、生成条目并按格式插入文档。好处是文档不再落后于代码,条目格式统一,减少忘记更新的风险。

▸ 展开 SKILL.md 英文原文

Automatically documents every feature change or bug fix successfully built into CHANGELOG.md and BLUEPRINT.md / Otomatis mendokumentasikan setiap perubahan fitur atau perbaikan bug yang berhasil di-build ke CHANGELOG.md dan BLUEPRINT.md.

自动化集成自动文档CHANGELOG蓝图同步通用
41
Stars
7
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/roedyrustam/vibes-plug/main/skills/auto-doc-updater/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/roedyrustam/vibes-plug/main/skills/auto-doc-updater/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Auto Documentation Updater

[English](#english) | [Bahasa Indonesia](#bahasa-indonesia)

---

<a name="english"></a>
## English

### Description
This skill ensures that project documentation (specifically `CHANGELOG.md` and `BLUEPRINT.md`) remains synchronized with the source code, without requiring explicit user requests.

### Execution Instructions

#### When to Use This Skill:
Use this protocol AUTOMATICALLY as soon as you (the agent) successfully execute code changes (new features, bug fixes, or refactoring) AND you have verified that the application builds successfully without errors (e.g., after a successful `npm run build`).

#### Execution Steps:
Whenever a code change cycle is suc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有