一键导入
commit-message
Write a Conventional Commits message from a description of code changes. Use when the user asks for a commit message or describes a diff.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write a Conventional Commits message from a description of code changes. Use when the user asks for a commit message or describes a diff.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Turn a list of commits or changes into a release changelog (Keep a Changelog format). Use when preparing release notes.
Weigh options against weighted criteria to support a decision. Use when the user is choosing between alternatives.
Proofread and tighten text — fix grammar, clarity, and tone — and show what changed. Use when the user wants writing improved.
Build and explain a regular expression from a description, with examples. Use when the user needs a regex or wants one explained.
Answer a question with a short, sourced research brief. Use for "research X", "what's the latest on Y", or fact-finding that needs citations.
Write a SQL query from a plain-English request and a table schema. Use when the user wants a query written, explained, or fixed.
基于 SOC 职业分类
| name | commit-message |
| description | Write a Conventional Commits message from a description of code changes. Use when the user asks for a commit message or describes a diff. |
| license | MIT |
Produce a commit message in Conventional Commits format from the user's description of the change.
Format:
<type>(<optional scope>): <concise summary in imperative mood>
<optional body: what changed and why, wrapped at ~72 cols>
Allowed types: feat, fix, docs, style, refactor, perf, test, build, ci, chore.
Rules:
! after type/scope for a breaking change and add a BREAKING CHANGE: footer.