在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用update-docs
星标3
分支2
更新时间2026年6月15日 12:36
Update the documentation and the changelog.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Update the documentation and the changelog.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | update-docs |
| description | Update the documentation and the changelog. |
git describe --tags --abbrev=0. Use this tag as the baseline for all subsequent steps. If no tag exists, ask the user to provide the last release version manually before continuing.git-changelog is available, use it to generate a changelog from the commit history. If it is not available, fall back to running git log <last-tag>..HEAD --oneline and manually categorize the output. If there are no commits since the last release, inform the user and stop — do not proceed with changelog or documentation updates for an empty release. Categorize the changes appropriately (e.g., features, bug fixes, breaking changes).git log <last-tag>..HEAD and compare them to the changelog to identify any missing entries or miscategorizations.CHANGELOG.md file in the mkdocs/docs folder of the repository. Follow the format already used in CHANGELOG.md. If the file is empty or does not exist, use the Keep a Changelog format (https://keepachangelog.com) with sections: Added, Changed, Deprecated, Removed, Fixed, Security. Include the version number and release date at the top of the new section.mkdocs/docs folder to ensure any version-specific information is updated for the new version. This includes updating version numbers, dates, and any other relevant details. In case new features are implemented, make sure to add documentation for those features as well into the appropriate sections. In case no sections exists, please create a new section for the new feature and add the documentation there. Make sure to format it properly and include any relevant examples or usage instructions.