An automated pull request management tool for serial merging and batch PR cleanup.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install peter-pr-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-pr-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 PR Ops is a specialized automation utility designed to handle the full lifecycle of GitHub pull requests. By leveraging this tool within your Openclaw Skills collection, developers can minimize repetitive manual tasks associated with merging, cleaning up, and monitoring PR status. It intelligently switches between custom repository scripts and native GitHub CLI commands to ensure that every merge follows project-specific guardrails and standards.
This skill is particularly effective for teams that maintain high-velocity repositories where manual PR management becomes a bottleneck. It prioritizes local scripts like scripts/automerge and scripts/massageprs, falling back to robust gh command flows only when necessary. This dual-layered approach ensures that your Openclaw Skills setup remains flexible yet reliable across different repository environments.
To get started with Peter PR Ops as part of your Openclaw Skills, ensure you have the GitHub CLI (gh) installed and authenticated. Then, verify your local script environment:
# Authenticate with GitHub
gh auth login
# Ensure workflow scripts are present
repo_root="$(git rev-parse --show-toplevel)"
"$repo_root/scripts/ensure-workflow-docs" all
The skill manages pull request states and updates local metadata files to track session baselines.
| Data Point | Source | Description |
|---|---|---|
| PR Number | GitHub API | The unique identifier for the pull request being processed. |
| Merge State | GitHub API | Tracks if the PR is clean, unstable, or has conflicts. |
| SESSION-BOOTSTRAP.md | Local Filesystem | Updated with 'Last Updated' and 'Last Merge Baseline' timestamps. |
| CI Checks | GitHub API | Detailed status of all automated tests and required checks. |
Loading
An automated bridge that transforms local code changes into standardized commits and pull requests.

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 privacy-focused tool for re-crawling Tencent Docs and generating automated diff reports to track content changes.

A comprehensive framework and toolkit for developing modular extensions that equip AI agents with specialized procedural knowledge and automated workflows.








































