ワンクリックで
commit
Propose a conventional commit message for the current diff
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Propose a conventional commit message for the current diff
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Add user-facing entries to CHANGELOG.md's Unreleased section for recent changes
Remove AI-generated code slop from a diff, path, branch, or repository
Review a diff for AI-shaped code before a PR, commit, or final summary
Remove useless comments and keep only human-useful context
Flatten nested conditionals and make the happy path readable
Audit a diff for the five dangerous AI patterns
SOC 職業分類に基づく
| name | commit |
| description | Propose a conventional commit message for the current diff |
Run git diff HEAD and git status, then propose a commit message.
Read commitlint.config.ts for the enforced format rules. Follow them exactly.
Keep the subject short and imperative. Do not add a body unless the change is genuinely complex.
git commit until the user confirms.