Documentation sync
Skill dss-time/repo-doctor-skills/plugins/repo-doctor/skills/documentation-sync
Bilingual cross-platform AI Skills framework|双语跨平台 AI Skills 工程框架
npx -y skills add dss-time/repo-doctor-skills --skill documentation-syncAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Synchronize documentation with a confirmed code, configuration, API, or behavior change by updating only evidence-backed README, API, configuration, example, migration, and changelog content while preserving style and language. Use for documentation-only edits; do not modify production behavior, invent undocumented facts, or use as a general code fix. 根据已确认的代码、配置、API 或行为变更,只更新有证据支持的 README、API、配置、示例、迁移和 CHANGELOG 内容,并保留原有风格与语言。用于仅文档修改;不得改变生产行为、编造未证实内容,也不作为通用代码修复。
SKILL.md
4.9 KB, as published. Nobody here has run it
Documentation Sync(文档同步维护)
Use the section matching the user's language. 使用与用户输入语言一致的章节。
Documentation Sync
Synchronize affected documentation with confirmed implementation, configuration, API, or behavior changes. Modify documentation only.
Boundary
- Require confirmed implementation evidence, configuration, specification, or diff. Do not document planned behavior as shipped behavior.
- Modify only documentation and documentation-owned examples by default. Do not change production code, tests, configuration, dependencies, or behavior.
- If implementation appears wrong or contradicts the confirmed specification, report a blocker instead of changing business code.
- Preserve each document's language, structure, terminology, links, formatting, and local style.
- Do not rewrite unrelated sections or invent commands, parameters, return values, versions, compatibility claims, or migration steps.
Workflow
- Establish the documentation basis from the confirmed diff, code, configuration, API contracts, tests, and release scope.
- Search references to changed names, commands, parameters, outputs, configuration keys, versions, deprecations, and examples.
- Classify affected README, API docs, configuration guides, examples, migration guides, CHANGELOG entries, and release notes as update, verify-only, or not affected.
- For every update, map the statement to repository evidence and preserve the surrounding document's language and style.
- Synchronize commands, parameters, return values, compatibility, deprecation, migration sequence, and examples only when evidence confirms them.
- Make the smallest documentation-only edits. Keep unrelated prose and formatting unchanged.
- Run repository-provided documentation, link, formatting, or example checks when available. Do not invent missing check commands.
- Check links, code fences, versions, terminology, and cross-document consistency manually when no tool exists.
- Report updated files, evidence, validation, intentionally unchanged files, blockers, and documentation that may still be stale.
Output Contract
- Change basis and evidence
- Updated documentation files
- Content synchronized in each file
- Files not updated and reasons
- Implementation contradictions or blockers
- Validation commands and results
- Documentation that may still be stale
Separate confirmed documentation changes from assumptions. List only commands actually run.
文档同步维护
根据已确认的实现、配置、API 或行为变更同步受影响文档。只修改文档。
职责边界
- 需要已确认实现证据、配置、规格或 diff;不得把计划行为写成已发布行为。
- 默认只修改文档和归属文档的示例,不改生产代码、测试、配置、依赖或行为。
- 发现实现错误或与已确认规格冲突时,报告阻塞项,不修改业务代码。
- 保留各文档原有语言、结构、术语、链接、格式和局部风格。
- 不重写无关章节,也不编造命令、参数、返回值、版本、兼容性或迁移步骤。
工作流程
- 从已确认 diff、代码、配置、API 契约、测试和发布范围建立文档变更依据。
- 搜索已变更名称、命令、参数、输出、配置键、版本、弃用和示例的引用。
- 将受影响 README、API 文档、配置指南、示例、迁移指南、CHANGELOG 和发布说明分类为更新、仅验证或不受影响。
- 每项更新都映射到仓库证据,并保持周边文档语言和风格。
- 只有证据确认时才同步命令、参数、返回值、兼容性、弃用、迁移顺序和示例。
- 做最小文档修改,保持无关文字和格式不变。
- 存在仓库提供的文档、链接、格式或示例检查时运行;不得编造不存在的命令。
- 没有工具时人工检查链接、代码围栏、版本、术语和跨文档一致性。
- 报告更新文件、证据、验证、明确未修改文件、阻塞项和仍可能过期的文档。
输出契约
- 变更依据与证据
- 更新的文档文件
- 各文件同步内容
- 未更新文件及原因
- 实现冲突或阻塞项
- 验证命令与结果
- 仍可能过期的文档
区分已确认文档变更和假设,只列出实际运行的命令。
Gives 0 of the 12 instructions most readme changelog skills give
Counted across 471 of the 478 authors here whose files we hold, read 2026-08-06
- follow the Keep a Changelog formatin 31 of 471, across 26 files
- omit empty sectionsin 21 of 471
- Run from the git repository rootin 20 of 471, across 7 files
- save output directly to CHANGELOG.mdin 20 of 471, across 7 files
- Group commits into logical categoriesin 19 of 471, across 6 files
- Review the generated changelog before publishingin 19 of 471, across 6 files
- Apply changelog guidelines and brand voicein 18 of 471, across 5 files
- Exclude internal commits like refactoring and testsin 18 of 471, across 5 files
- Specify date ranges for focused changelogsin 17 of 471, across 4 files
- Convert technical commits into customer languagein 17 of 471, across 4 files
- group commits by conventional commit typein 14 of 471
- insert new entry below unreleased sectionin 14 of 471
Said here and by no other author read
- modify documentation files only
- require confirmed implementation evidence before documenting
- do not document planned behavior as shipped
- report blockers when implementation contradicts the specification
- search references to all changed names, commands, and parameters
- classify affected documentation by update status
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.