pr-review

Review GitHub pull requests and diffs for bugs, regressions, security risks, and missing tests.

Updated Jul 8, 2017
One-click install
npx skills add https://github.com/mczkzk/dotfiles --skill pr-review-mczkzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/mczkzk/dotfiles/tree/main/dot_codex/skills/pr-review
Command: npx skills add https://github.com/mczkzk/dotfiles --skill pr-review-mczkzk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers and project managers ensure code quality by automatically reviewing pull requests for bugs, regressions, security vulnerabilities, and missing tests.

Core Features & Use Cases

  • Automated Code Auditing: Analyzes code changes in GitHub pull requests.
  • Risk Identification: Pinpoints concrete bugs, security flaws, and potential regressions.
  • Test Gap Analysis: Identifies areas lacking sufficient test coverage.
  • Use Case: Before merging a critical feature, use this Skill to get a detailed report on potential issues, ensuring a smoother release.

Quick Start

Use the pr-review skill to inspect pull request number 123 in the current repository.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automatically review a GitHub pull request for bugs and security risks?

You can identify missing tests and security flaws in a pull request by auditing the code diff for test gaps and vulnerabilities. This Skill pinpoints areas lacking sufficient test coverage and flags security risks with actionable severity findings.

What is the best way to find regressions in a code diff before merging?

Yes, you can automate pre-merge code inspection for critical features by running this Skill on your GitHub pull requests. It provides a detailed report on potential issues, ensuring a smoother release by identifying bugs and regressions before integration.

Do I need GitHub CLI and git to audit pull requests for code quality?

Yes, you need GitHub CLI and git installed to audit pull requests for code quality. This Skill requires both tools to fetch and analyze PR data and code changes for identifying concrete bugs and regressions.

Does automated code review provide file references for identified security vulnerabilities?

Yes, automated code review provides file references for identified security vulnerabilities. This Skill outputs actionable review findings that include severity levels and specific file references for code audit workflows.