/install claude-code-git-commit-pr-workflow
Git Commit PR Workflow
Use this skill for end-to-end git delivery from working tree to pull request.
Workflow
- Inspect branch state, diff against default branch, and existing PR state.
- Create a feature branch if still on the default branch.
- Stage and commit the relevant changes.
- Push the branch.
- Create or update the PR with a short title, summary bullets, and test plan.
Guardrails
- No destructive git commands unless explicitly requested.
- No force push to default branches.
- Keep PR titles short and bodies structured.
- Avoid committing secrets or unrelated changes.
Example Requests
- Commit this work, push it, and open a PR.
- Take the current changes to a polished PR with a test plan.
Inputs
- Current git state
- Default branch
- Optional user instructions
Outputs
- New commit
- Pushed branch
- Created or updated PR
Success Criteria
- The right files were committed.
- The branch was pushed safely.
- The PR body accurately reflects the diff.
Non-Goals
- Force-push workflows by default
- Interactive git rebases
Source Provenance
Derived from src/commands/commit-push-pr.ts.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claude-code-git-commit-pr-workflow - After installation, invoke the skill by name or use
/claude-code-git-commit-pr-workflow - Provide required inputs per the skill's parameter spec and get structured output
What is Git Commit PR Workflow?
Use when the user wants the full git workflow: branch creation if needed, commit, push, and PR create or update with a concise summary and test plan. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Git Commit PR Workflow?
Run "/install claude-code-git-commit-pr-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Git Commit PR Workflow free?
Yes, Git Commit PR Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Git Commit PR Workflow support?
Git Commit PR Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Git Commit PR Workflow?
It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.