approve

Approve GitHub pull requests via the GitHub CLI after validating PR status.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/dyoshikawa/webseek --skill approve-dyoshikawa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: approve
Source: https://github.com/dyoshikawa/webseek/tree/main/.rulesync/skills/approve
Command: npx skills add https://github.com/dyoshikawa/webseek --skill approve-dyoshikawa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the manual friction of navigating to GitHub to approve pull requests, allowing developers to validate and approve changes directly from their terminal or agent interface.

Core Features & Use Cases

  • Automated PR Identification: Automatically detects the PR associated with the current branch or accepts a specific PR number/URL.
  • Safety Validation: Verifies that the PR is open and not a draft before proceeding with the approval.
  • Use Case: After verifying a feature branch locally, use this skill to quickly approve the corresponding pull request without leaving your current workflow.

Quick Start

Ask the assistant to approve the pull request for the current branch or provide a specific pull request number to approve.

Frequently Asked Questions about approve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I approve a GitHub pull request from the terminal?

To approve a GitHub pull request from the terminal, you can use this skill to automate the process via the GitHub CLI. It validates the PR status and applies approvals directly from your local environment without navigating to the web interface.

Do I need the GitHub CLI installed to automate pull request approvals?

Yes, you need the GitHub CLI (gh) installed and authenticated to automate pull request approvals. The skill relies on the gh command-line tool to perform repository operations and apply the approval to the target PR.

Can I automatically approve a draft pull request?

No, you cannot automatically approve a draft pull request using this skill. It includes safety validation that verifies the PR is open and explicitly checks that it is not a draft before proceeding with the approval process.

How do I specify which pull request to approve in my automated code review workflow?

You can specify which pull request to approve by providing a specific PR number or URL. Alternatively, the skill can automatically detect the PR associated with your current Git branch to streamline the code review workflow.

What is the best way to streamline code reviews for rapid DevOps automation?

The best way to streamline code reviews for DevOps automation is using a skill that validates PR status and applies approvals based on terminal input. This removes manual friction by handling the approval process directly from your agent interface.