An automated bridge that transforms local code changes into standardized commits and pull requests.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install peter-commit-ops
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 peter-commit-ops using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Peter Commit Ops is a specialized automation skill designed to handle the tedious aspects of the version control lifecycle. By integrating directly into the development environment, it ensures that every code change is properly vetted, staged atomically, and pushed to the remote repository following industry best practices. As part of the Openclaw Skills ecosystem, it bridges the gap between manual coding and formal code reviews by automating the transition from local modifications to active pull requests.
This skill is particularly valuable for maintainers who want to enforce consistent commit messages and branching strategies across a team. It acts as a reliable intermediary, ensuring that no code reaches the PR stage without meeting predefined quality gates. By leveraging Openclaw Skills, developers can focus on writing code while the agent handles the complexities of Git operations and GitHub integration.
Ensure you have Git and the GitHub CLI (gh) installed in your environment. To initialize the repository for this skill, you can use the following commands:
# Verify git and gh installation
git --version
gh --version
# Optional: Define a workflow check script in your package.json
# "workflow:check": "npm run lint && npm test"
Simply add the Peter Commit Ops skill to your Openclaw Skills configuration to begin automating your PR lifecycle.
The skill tracks its operations through the following metadata and output parameters:
| Attribute | Description |
|---|---|
| Commit SHA | The unique identifier for the generated git commit. |
| Branch Name | The source branch where the changes were pushed. |
| PR URL | The direct link to the created or updated Pull Request on GitHub. |
| Risk Status | A flag indicating if the commit was marked as high risk during review. |
| Next Step | Recommendations for the next skill, such as peter-ci-gate or peter-pr-ops. |
Loading
A robust pre-commit quality gate skill that automates local testing, static analysis, and security reviews to ensure code readiness.

An automated CI gatekeeper that analyzes Pull Request checks to determine merge readiness and troubleshoot failures.

A closed-loop bug resolution skill that focuses on reproduction, hypothesis-driven localization, and minimal code fixes integrated with CI/PR workflows.

A comprehensive CTO advisory skill for implementing elite engineering practices, zero-trust security, and scalable data architectures.

An automated pull request management tool for serial merging and batch PR cleanup.

A privacy-focused tool for re-crawling Tencent Docs and generating automated diff reports to track content changes.








































