بنقرة واحدة
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: