doc-maintenance
仓库创建 2026年3月2日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由
强调最小化变更与可审查的 diff,适合工程文档维护流程。
▸ 风险提示
可能需要读取/修改仓库文件,需相应权限
这个 Skill 做什么
检测文档与代码/功能的偏离,最小化改动来更新受影响页面并添加发布相关注记。
当文档和代码/功能跑偏时,做最小化的修正来让文档和实际行为一致,并添加发布相关的注记。重点是对齐行为而不是重写风格,改动要清晰表明这是为匹配最近代码变化的必要更新,方便审阅和后续维护。
▸ 展开 SKILL.md 英文原文
Keep project docs aligned with recent code and feature changes — detect drift, update affected pages, and add release-relevant notes without rewriting unchanged sections.
7.6w
Stars
1.4w
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/paperclipai/paperclip/master/packages/skills-catalog/catalog/bundled/docs/doc-maintenance/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/paperclipai/paperclip/master/packages/skills-catalog/catalog/bundled/docs/doc-maintenance/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Doc Maintenance Keep the documentation honest with minimum churn. The goal is alignment between docs and behavior, not stylistic rewrites or cosmetic re-organization. Reviewers should be able to read a diff and see "this updates docs to match recent behavior changes". ## When to use - A PR or recent set of merges changed user-visible behavior: CLI flags, API shapes, default values, configuration keys, endpoints, environment variables, supported versions. - A user-reported bug traced back to outdated documentation. - A release is being cut and the docs need a pass against the merged commits. - A new feature shipped but only the engineer's PR description describes how to use it. ## When
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有