بنقرة واحدة
commit-helper
Turn a change description into a Conventional Commits subject line using the format_commit tool
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Turn a change description into a Conventional Commits subject line using the format_commit tool
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Process customer refund requests per company policy
Follow this team's Git conventions for branching and commits
Extract text and form fields from PDF documents
Follow this team's Git conventions for branching and commits
Extract, fill, and assemble PDF documents
Sibling skill whose directory name shares a textual prefix with foo
| name | commit-helper |
| description | Turn a change description into a Conventional Commits subject line using the format_commit tool |
When the user describes a change they made, produce a Conventional Commits subject line for it.
Call the format_commit tool with:
type — one of feat, fix, docs, refactor, test, chorescope — optional; the package or area that changedsummary — a short, imperative one-line descriptionReturn the tool's output verbatim as the commit subject. Do not hand-format the subject yourself; the tool owns the formatting rules.