review-pr

Coordinate code quality and security subagents to review pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the pull request review process by automating code quality and security audits while strictly adhering to safety protocols that prevent unauthorized local branch switching.

Core Features & Use Cases

  • Automated Code Review: Analyzes code changes for quality and best practices using specialized subagents.
  • Security Auditing: Scans pull requests for potential security vulnerabilities and risks.
  • Workflow Verification: Automatically checks the status of GitHub Actions workflows and provides actionable insights for failures.
  • Use Case: Use this during a code review cycle to quickly identify bugs, security flaws, and failing CI checks in a PR without needing to manually checkout the branch.

Quick Start

Invoke the review-pr skill to audit the pull request number 123 and report on its code quality, security, and current CI status.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review and security auditing for a pull request?

Automated pull request review coordinates code quality and security analysis subagents to audit changes. It analyzes code for best practices and scans for vulnerabilities without requiring a manual branch checkout.

Can I check GitHub Actions CI-CD workflow status without switching local git branches?

You can check GitHub Actions workflow status without switching local branches by operating within remote repository state. The skill uses git and gh CLI commands to query workflow results and report failures directly.

How does automated PR review handle local environment integrity?

Automated PR review maintains local environment integrity by operating strictly within the scope of remote repository state. It avoids unauthorized local branch switching by relying on git and gh CLI commands for data retrieval.

What is needed to run automated code and security reviews on GitHub pull requests?

Running automated code and security reviews on GitHub pull requests requires integration with code-reviewer and security-reviewer subagents. You also need the git and gh CLI tools configured to access your remote repository.

Does automated pull request security scanning identify vulnerabilities in remote branches?

Automated pull request security scanning identifies potential vulnerabilities in remote branches. The security-reviewer subagent evaluates the remote diff context to provide actionable risk feedback without local checkout.

What are the limitations of automating code review with subagents?

A limitation of automating code review with subagents is its dependency on the code-reviewer and security-reviewer components. Without these integrated subagents, the skill cannot provide its comprehensive quality and security feedback.