.agents/skills/gen-changelog/SKILL.md
Generate changelog entries for code changes.
npx skillsauth add moonshotai/kimi-cli gen-changelogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
根据当前分支相对于 main 分支的修改,生成更新日志条目并同步到文档站点。
git log main..HEAD --oneline 和 git diff main..HEAD --stat,理解所有变更。CHANGELOG.md 的 ## Unreleased 下添加条目;如果变更属于 packages/ 或 sdks/ 下的子包,同时更新对应目录的 CHANGELOG.md。node docs/scripts/sync-changelog.mjs 将根 CHANGELOG.md 同步到 docs/en/release-notes/changelog.md。docs/zh/release-notes/changelog.md 的 ## 未发布 下添加对应的中文翻译条目,遵循现有格式和用词规范(参考 docs/AGENTS.md 中的术语表和排版规范)。docs/en/release-notes/breaking-changes.md 和 docs/zh/release-notes/breaking-changes.md 的 ## Unreleased / ## 未发布 下添加对应条目,遵循现有的格式(版本标题 + 小节 + 受影响/迁移说明)。- 分类: 描述(如 - Core: ...、- Web: ...)。docs/AGENTS.md 中的术语映射和排版规范。tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Kimi's capabilities with specialized knowledge, workflows, or tool integrations.
tools
Answer Kimi Code CLI usage, configuration, and troubleshooting questions. Use when user asks about Kimi Code CLI installation, setup, configuration, slash commands, keyboard shortcuts, MCP integration, providers, environment variables, how something works internally, or any questions about Kimi Code CLI itself.
tools
Sample plugin demonstrating the Skills + Tools model. Includes a Python tool (greeting) and a TypeScript tool (calculator).
testing
Audit all git worktrees in the current project. Use when the user asks about worktree status, which branches are merged, which have uncommitted changes, or which worktrees can be safely cleaned up.