commit
スター10
フォーク1
更新日2026年5月6日 20:29
Create a conventional commit for staged and unstaged changes
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Create a conventional commit for staged and unstaged changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run port CLI commands to manage configured Docker images and containers (run, stop, reset, commit, pull, remove, prune, list, config)
Tag and publish a new GitHub release, triggering the publish workflow (builds win-x64 binary and submits a winget update)
| name | commit |
| description | Create a conventional commit for staged and unstaged changes |
| user-invocable | true |
Run these in parallel:
git status (never use -uall)git diff and git diff --cached to see all changesgit log --oneline -10 to match existing commit stylegit add -A or git add ..env, tokens, credentials)Format: <type>: <short description>
Types:
feat — new feature or capabilityfix — bug fixrefactor — code change that neither fixes a bug nor adds a featuredocs — documentation onlystyle — formatting, whitespace, no code changetest — adding or updating testschore — build config, dependencies, toolingperf — performance improvementci — CI/CD pipeline changesRules:
Co-Authored-By trailer, nothing elsegit log --oneline stylegit commit -m "type: subject line here"
Run git status after committing to confirm success.