changeset
Generate a consumer-facing changeset summary from staged git diffs for release changelogs. Use this when asked to write a changeset summary or changelog entry.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a consumer-facing changeset summary from staged git diffs for release changelogs. Use this when asked to write a changeset summary or changelog entry.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate Conventional Commits messages from staged git diffs. Use this when asked to write a commit message from staged changes.
Generate Moto UI demos, MDX documentation, and registry updates for a component. Use this when documenting a new component or adding examples to an existing one.
Sync Storybook CSF Next stories with demos and MDX documentation for a component. Use this when demos, docs, or stories are out of sync.
| name | changeset |
| description | Generate a consumer-facing changeset summary from staged git diffs for release changelogs. Use this when asked to write a changeset summary or changelog entry. |
Read agents.md (project root) and follow it strictly.
Analyze staged changes and generate a consumer-facing changeset summary for release changelogs, focused on user-facing changes rather than internal details.
changeset [optional-context]
[optional-context] — Additional context about the changes (e.g., affected packages, related issues). If not provided, the summary is derived solely from the staged git diff.The staged git diff is read automatically via git diff --staged.
Single change:
Fix the alignment of the checkbox icon within the Checkbox component.
Multiple changes:
- Add `isDisabled` prop support to the Button component
- Update semantic tokens for default border colors in dark mode
- Fix focus outline visibility on key-navigated menu items
Verify:
The task is done when: