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: