Automate your entire Git delivery pipeline from branch creation to pull request generation using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install git-commit-pr-workflow
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install git-commit-pr-workflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Git Commit PR Workflow is a specialized automation within the Openclaw Skills ecosystem designed to manage the end-to-end Git lifecycle. By providing a structured approach to branch management and pull request creation, this tool ensures that developers utilizing Openclaw Skills can maintain high velocity without sacrificing code quality or documentation standards. It effectively handles the transition from a local workspace to a collaborative remote environment, making it a cornerstone for teams looking to standardize their contribution process.
To use this automation, ensure your environment is authenticated with your Git provider. This skill leverages your local Git configuration for credentials.
# Verify git is available in your shell
git --version
# Ensure your remote is configured
git remote -v
# The skill is triggered through your AI agent
# Example: "Push this fix and create a PR with a test plan."
| Component | Data Type | Description |
|---|---|---|
| Branch State | Metadata | Evaluation of current diff and branch context |
| PR Body | Markdown | A generated summary of changes and verification steps |
| Commit Message | String | A concise, technical summary of the staged changes |
| Pull Request | API Object | The final remote PR linked to the feature branch |
Loading
A streamlined automation skill for staging changes and creating clean, non-interactive Git commits with intelligent message drafting.

An advanced tool for retrieving and translating legal patent claims from the PatSnap database across multiple languages.

A specialized utility for safely managing, rebinding, and customizing keyboard shortcuts within the Claude Code environment.

A specialized utility to restore and automate the installation of missing Steam game icons on Linux desktop environments.

An AI-driven workflow for transforming product requirements and screenshots into comprehensive, structured test cases and QA review points.

A post-development optimization skill that streamlines code by identifying duplication, inefficiency, and architectural smells before finalization.








































