commit
Generate Conventional Commits messages from staged git diffs. Use this when asked to write a commit message from staged changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate Conventional Commits messages from staged git diffs. Use this when asked to write a commit message from staged changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
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 | commit |
| description | Generate Conventional Commits messages from staged git diffs. Use this when asked to write a commit message from staged changes. |
Read agents.md (project root) and follow it strictly.
Generate clean, descriptive, standardized commit messages from staged git diffs following the Conventional Commits specification.
When the user asks you to generate a commit message, run git diff --staged to get the staged changes, then produce a commit message following the rules below.
<type>(<scope>): <subject>.feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert.react, docs, storybook) or architectural domains (theme, tokens). Omit for cross-scope changes.feat(preset-base): add semantic tokens for soft backgrounds
Implemented the DEFAULT semantic token specifically for soft backgrounds
across the component library, ensuring contrast ratios are maintained.
Verify:
The task is done when: