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 页面并帮你完成安装。
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.