review-pr-lite

Analyzes GitHub pull requests for code quality, security vulnerabilities, and CI/CD workflow status.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the pull request review process by providing a comprehensive analysis of code quality and security risks directly within the chat interface, eliminating the need for complex subagent orchestration.

Core Features & Use Cases

  • Integrated Analysis: Performs simultaneous code and security reviews, checking for bugs, maintainability issues, and common vulnerabilities like injection or secret exposure.
  • Workflow Validation: Automatically checks the status of GitHub Actions workflows to identify failures and suggest remediation steps.
  • Use Case: Use this when you need a quick, reliable sanity check on a new PR to ensure no critical security flaws or failing tests were introduced before merging.

Quick Start

Ask the review-pr-lite skill to review the pull request with the number 123.

Frequently Asked Questions about review-pr-lite

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

FAQPage Schema
How do I review a GitHub pull request for security vulnerabilities and code quality?

You can review a GitHub pull request for security vulnerabilities and code quality by providing the PR number to this Skill. It queries remote repository state via the GitHub CLI to analyze diffs, metadata, and CI/CD workflow statuses without modifying your local working directory.

Do I need the GitHub CLI installed to check pull request CI/CD status and code issues?

Yes, you need the GitHub CLI (gh) installed and authenticated to check pull request CI/CD status and code issues. The Skill requires this tool to fetch remote repository diffs, metadata, and check statuses for analysis.

What is the best way to get a quick sanity check on a new pull request before merging?

The best way to get a quick sanity check on a new pull request is using this lightweight Skill to perform simultaneous code and security reviews. It identifies bugs, maintainability issues, common vulnerabilities like injection or secret exposure, and failing GitHub Actions workflows.

Can I analyze pull request diffs without modifying my local working directory?

Yes, you can analyze pull request diffs without modifying your local working directory. The Skill operates by querying remote repository state via CLI tools, ensuring your local files remain untouched during the code and security review process.

Does this pull request review tool check for failing GitHub Actions workflows?

Yes, this pull request review tool checks the status of GitHub Actions workflows. It automatically identifies CI/CD failures and suggests remediation steps alongside the code quality and security vulnerability analysis.

What types of security vulnerabilities are checked during the pull request review?

The pull request review checks for common security vulnerabilities such as injection flaws and secret exposure. It also evaluates code quality for bugs and maintainability issues while validating CI/CD workflow status.