一键导入
commit-clean-conventional
Stage the right changes and write a clear, conventional commit message.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Stage the right changes and write a clear, conventional commit message.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review. Requires the `gh` CLI or the GitHub MCP server.
Systematically diagnose and fix a bug instead of guessing.
Add clear docstrings/comments and update docs for changed or unfamiliar code.
Map and explain an unfamiliar codebase or module to the user.
Improve code structure in small, safe steps without changing behavior.
Add focused, meaningful tests for code — happy path plus the edge cases that matter.
| name | Commit (clean, conventional) |
| description | Stage the right changes and write a clear, conventional commit message. |
| triggers | ["commit","git commit","write commit message"] |
Use this when the user asks to commit work. Produce a focused commit with a message that explains why, not just what.
git status and git diff (and git diff --staged) to see exactly
what changed. Read the changes — do not commit blind.git add -A without checking what it picks up.type(scope): summary, <=72 chars):
feat / fix / refactor / docs / test / chore. Add a body explaining the
reason and any trade-offs when the change is non-trivial.