/install git-commit-workflow
Git Commit Workflow
Use this skill when the task is to create one commit from current work.
Workflow
- Inspect git status, diff, branch, and recent commit style.
- Stage only relevant changes.
- Draft a concise commit message that reflects why the change exists.
- Create a new commit non-interactively.
- Report the resulting commit summary.
Guardrails
- Never amend unless explicitly asked.
- Never bypass hooks unless explicitly asked.
- Avoid staging secrets or unrelated files.
- Do not create an empty commit.
Example Requests
- Make one clean commit from the current working tree.
- Stage the right files and create a proper commit message.
Inputs
- Current diff
- Branch state
- Recent commit style
Outputs
- One non-amended commit
- Accurate commit message
Success Criteria
- Only relevant changes were committed.
- No empty commit was created.
- Hooks and safety rules were respected.
Non-Goals
- Amend flows unless explicitly asked
- Committing secrets or unrelated changes
Source Provenance
Derived from src/commands/commit.ts.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install git-commit-workflow - After installation, invoke the skill by name or use
/git-commit-workflow - Provide required inputs per the skill's parameter spec and get structured output
What is Git Commit Workflow?
Use when the user wants a single clean commit created from current changes with safe staging, message drafting, and non-interactive git usage. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Git Commit Workflow?
Run "/install git-commit-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Git Commit Workflow free?
Yes, Git Commit Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Git Commit Workflow support?
Git Commit Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Git Commit Workflow?
It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.