一键导入
commit-formatter
Format commit messages following Conventional Commits — works in terminal and IDE
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Format commit messages following Conventional Commits — works in terminal and IDE
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reset estratégico de un producto existente: diagnosticar, visionar, planificar, ejecutar
Formal epic closure ritual — security audit, CHANGELOG consolidation, tagging, merge
Format and create commits following Conventional Commits with project-specific scopes
Universal workflow orchestrator — Pre-Flight checklist + 5 Gates for task lifecycle
Generate and update technical documentation — architecture, conventions, design decisions, changelogs
Detect and update out-of-sync documentation when closing an epic or feature
| name | commit-formatter |
| description | Format commit messages following Conventional Commits — works in terminal and IDE |
| version | 2.0.0 |
| compat | claude-code, codex, cursor, openclaw |
| fill | co-authored-by |
Guarantee that every commit in the Git history strictly follows the Conventional Commits specification. This enables human readability, clean forensic audits, and future automation of release notes.
<type>(<optional scope>): <short description in lowercase, imperative mood>
[Optional body: What changed and why, never HOW]
[Optional footer: BREAKING CHANGE or Issue/Task references]
| Type | Usage Criteria |
|---|---|
feat | New functionality directly for the user or system. |
fix | Bug fix or anomalous behavior correction. |
refactor | Code modification that doesn't add features or fix bugs (cleanup). |
test | Adding, modifying, or fixing unit/integration tests. |
docs | Documentation, Markdown, or comments only. |
chore | Maintenance tasks: dependency updates, scripts, configs. |
perf | Code optimization focused purely on performance/memory. |
ci | CI/CD pipeline or deployment flow changes. |
The agent automates the commit after passing the Build Check by:
git add . (or selected files).{{FILL: If this project uses commits from an AI agent, optionally add:
Co-Authored-By: [Agent Name] <noreply@[domain].com>
Examples: Claude AI <noreply@anthropic.com>, GitHub Copilot <noreply@github.com>
If not applicable, omit this line.
}}
The integrated agent reads this file and processes the Staged Changes area: