返回 Skill 列表
extension
分类: 开发与工程无需 API Key

docs-consistency

确保文档文件的一致性。当你对代码库进行了可能影响文档的重大更改(例如添加功能)时,或者当你直接对文档本身进行了重大更改时,请使用此技能。

person作者: jakexiaohubgithub

Docs Consistency Skill

Documentation files (packages/docs) should be consistent and up-to-date with the codebase. When you make changes to the codebase that affect documented features, or when you update documentation files, ensure that all relevant documentation files reflect the changes accurately.

Checklist

  • [ ] New feature documentation is added. (when a new feature is introduced)
  • [ ] Updated feature documentation reflects code changes. (when existing features are modified)
  • [ ] Index pages don't lack links to new or updated sections.