An enhanced Git skill supporting advanced branching strategies, custom automated Git hooks, monorepo architectures, and robust CI/CD workflow integrations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install git-plus
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-plus using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Git Plus supercharges standard version control by equipping engineering teams with advanced workflow automation, strict code quality guardrails, and deep visibility into repository internals. It bridges the gap between local development and continuous integration environments, ensuring compliance with team standards before code ever leaves a developer's machine.
By leveraging this capability within Openclaw Skills, teams can effortlessly orchestrate multi-branch environments, minimize merge conflicts in complex monorepos, and automate testing right at the commit level. Whether you are standardizing on Gitflow, running trunk-based development, or enforcing conventional commit messages, this tool brings optimal optimization to your daily software engineering operations.
To apply the pre-configured quality guardrails directly to your active repository, execute the following:
# Copy hooks to your local git architecture
cp hooks/* .git/hooks/
# Alternatively, establish hook tracking via Husky
npx husky install
npx husky add .git/hooks/pre-commit "npm run lint"
The tool interfaces primarily with the local .git/ filesystem configuration structure, tracking operations via standard configurations and automation scripts:
| Domain File / Path | Purpose | Content Type |
|---|---|---|
.git/hooks/pre-commit |
Local testing and linter enforcement guardrail | Bash Executable |
.git/hooks/commit-msg |
Validates compliance with conventional commit styles | Bash Executable |
.git/hooks/pre-push |
Prevents unauthorized force pushes to protected branches | Bash Executable |
.github/workflows/ci.yml |
Declarative pipeline configuration for GitHub environments | YAML Workflow |
.gitlab-ci.yml |
Declarative multi-stage definition for GitLab runners | YAML Workflow |
.git/objects/ |
Repository database storage containing loose or packed commits | Binary Internal Objects |
Loading
An advanced containerization extension delivering secured Docker templates, multi-stage build optimization, and battle-tested production blueprints.

An AI agent skill that automates the end-to-end booking of professional on-demand home cooking and hourly chef services from Swan Home.

A high-speed, source-backed verification skill designed to triage, execute parallel web queries, and deliver bottom-line answers within a strict time budget.

An automated mobile and H5 UI auditor that analyzes layouts for low light, glare, glove usage, and screen moisture, outputting execution-ready handoff documentation.

An advanced development skill equipping AI agents with modern, asynchronous, type-safe, and highly optimized Python engineering capabilities.

A fast and smart weather querying tool supporting multilingual inputs to retrieve global weather information for AI agents.








































