一键导入
commitmsg
Generate a conventional commit message from staged changes or a diff. Follows Conventional Commits spec (feat/fix/chore/refactor/docs/test/perf/ci).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a conventional commit message from staged changes or a diff. Follows Conventional Commits spec (feat/fix/chore/refactor/docs/test/perf/ci).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
View and manage Google Calendar events
Check and manage Gmail inbox
Create and manage notes in Notion
Search the web for information using Exa
Review code for bugs, security issues, performance problems, and style. Accepts a file path, diff, or inline code snippet.
Structured debugging session. Accepts an error message, stack trace, or description of unexpected behaviour. Works through reproduce → isolate → hypothesize → verify → fix.
| name | commitmsg |
| description | Generate a conventional commit message from staged changes or a diff. Follows Conventional Commits spec (feat/fix/chore/refactor/docs/test/perf/ci). |
| argument-hint | [{"optional":"file paths or description"}] |
| allowed-tools | Bash |
$ARGUMENTS
git diff --staged to see staged changes (or git diff HEAD if nothing staged)$ARGUMENTS mentions specific files, focus on those<type>(<scope>): <short summary>
<optional body: what changed and why, wrapped at 72 chars>
<optional footer: BREAKING CHANGE: ..., Closes #123>
Types: feat (new feature), fix (bug fix), perf (performance), refactor (no behaviour change), docs (documentation only), test (tests only), chore (tooling/deps), ci (CI/CD), style (formatting)
Rules:
feat(auth):, fix(cli):)BREAKING CHANGE: in footerCloses #N or Fixes #NPrint the ready-to-use commit message in a code block so it can be copied directly. If the changes span multiple unrelated concerns, suggest splitting into separate commits.