A GitHub-integrated automation skill for fetching, analyzing, and resolving pull request review comments through local code modifications.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gh-modify-pr
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 gh-modify-pr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The gh-modify-pr skill is designed to accelerate the code review cycle by automating the tedious process of addressing reviewer feedback. By integrating directly with the GitHub CLI and Git, it allows developers to interpret inline comments and apply code changes across a repository without manual context switching. As a key component of the Openclaw Skills library, it focuses on precision and developer intent to maintain clean, high-quality codebases.
This skill is particularly effective for developers who want to streamline their contribution workflow. It handles the heavy lifting of branch management, comment extraction, and local committing, ensuring that pull requests are updated quickly and accurately in response to peer suggestions.
To use this skill, ensure you have the GitHub CLI and Git installed and authenticated on your machine.
# Install GitHub CLI and Git
brew install gh git
# Authenticate with your GitHub account
gh auth login
The skill manages and interacts with several data components to ensure accurate PR updates:
| Component | Type | Description |
|---|---|---|
| PR URL | Input | The primary link to the GitHub pull request. |
| Comment API Data | JSON | Raw data containing inline feedback and review threads. |
| Repository Metadata | Object | Includes branch names, file lists, and review status. |
| Change Log | List | A summary of files modified and the specific comments addressed. |
Loading
A read-only integration for querying and monitoring HashiCorp Nomad clusters via the native CLI.

A specialized utility to query and summarize real-time Twitter/X data using Grok AI models.

Generates structured daily reports summarizing top AI research trends, company updates, and community discussions from Twitter.

A dedicated service for AI agents to provision phone numbers, receive SMS, and extract verification codes programmatically.

Control and monitor NGBS iCON Smart Home thermostats through a specialized CLI designed for AI agent integration.

A specialized CLI-driven integration for managing, sharing, and syncing grocery and shopping lists through the GoList API.








































