ok-pr-review

Fetch GitHub pull request data and analyze code changes for security and correctness issues.

1|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/akurinnoy/ok_plugins --skill ok-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ok-pr-review
Source: https://github.com/akurinnoy/ok_plugins/tree/main/plugins/ok-pr-review/skills/ok-pr-review
Command: npx skills add https://github.com/akurinnoy/ok_plugins --skill ok-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the initial, standard code review of pull requests on GitHub, identifying potential issues in correctness, security, and best practices before a deeper analysis.

Core Features & Use Cases

  • Automated PR Analysis: Fetches PR data, analyzes code changes, and provides structured feedback.
  • Security & Best Practice Checks: Identifies common vulnerabilities and adherence to coding standards.
  • Use Case: When a new pull request is opened, use this Skill to get a quick, comprehensive review of the changes, flagging critical issues and suggesting improvements.

Quick Start

Use the ok-pr-review skill to review the GitHub pull request at https://github.com/owner/repo/pull/123.

Frequently Asked Questions about ok-pr-review

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

FAQPage Schema
How do I automate code review for GitHub pull requests?

Automated code review fetches GitHub pull request data and analyzes code changes against security, correctness, and best practice criteria to provide structured feedback on identified issues.

Does automated PR analysis check for security vulnerabilities and best practices?

Automated PR analysis checks for security vulnerabilities and best practices by identifying common flaws and verifying adherence to coding standards during the code review process.

Do I need GitHub CLI to perform standard code reviews?

You need GitHub CLI to perform standard code reviews because it is required for fetching pull request data, which is then analyzed for correctness and security issues.

How to review GitHub pull requests while filtering out vendor directories?

Review GitHub pull requests while filtering out vendor directories by scoping the analysis to prioritize critical logic and security-sensitive code, excluding non-essential files like lock files.

What's the best way to flag critical issues in pull requests?

The best way to flag critical issues in pull requests is using a lightweight code review that scopes analysis to security-sensitive code and provides structured feedback on identified problems.