在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
changeset
// Create a changeset entry to document a version bump and changelog for the current changes
$ git log --oneline --stat
stars:86
forks:31
updated:2026年3月20日 17:01
SKILL.md
// Create a changeset entry to document a version bump and changelog for the current changes
| name | changeset |
| description | Create a changeset entry to document a version bump and changelog for the current changes |
| disable-model-invocation | true |
| argument-hint | [patch|minor|major] [description] |
Create a changeset entry for the current branch's changes.
git diff main...HEAD --stat and git log main..HEAD --oneline to understand what changed on this branch.patch for fixes, minor for new features, major for breaking changes$ARGUMENTS was provided, parse it as [bump] [description] (e.g., minor Add changeset-based release workflow)..changeset/ with a random lowercase-kebab-case name (e.g., .changeset/cool-birds-fly.md) using this exact format:---
"@alchemy/mcp-server": <bump>
---
<description>
Where <bump> is patch, minor, or major and <description> is the changelog entry.