pr-review

Automate GitHub pull request reviews with structured quality and security checklists.

22|4|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/weisser-dev/awesome-opencode --skill pr-review-weisser-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/weisser-dev/awesome-opencode/tree/main/cli-tool/templates/skills/pr-review
Command: npx skills add https://github.com/weisser-dev/awesome-opencode --skill pr-review-weisser-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of code review by providing a structured checklist, security scan, and actionable feedback.

Core Features & Use Cases

  • Structured Review: Offers a comprehensive checklist for thorough code reviews.
  • Security Check: Identifies security vulnerabilities in the code.
  • Actionable Feedback: Delivers feedback with severity ratings for easier prioritization.
  • Use Case: Ideal for reviewing pull requests in a GitHub workflow to ensure code quality, security, and maintainability.

Quick Start

Run the pr-review skill on your pull request to get a detailed review.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate pull request reviews on GitHub?

Automate pull request reviews by running the pr-review skill on your GitHub pull request, which applies a structured checklist to check for common issues and provides actionable feedback. It requires GitHub API integration to fetch and analyze the pull request data.

What is the best way to check for security vulnerabilities in a GitHub pull request?

The best way to check for vulnerabilities in a pull request is to use an automated skill like pr-review that performs a security scan. It identifies security vulnerabilities in the code and delivers feedback with severity ratings for easier prioritization.

Does GitHub API integration work for automated code review checklists?

Yes, GitHub API integration works for automated code reviews and is explicitly required by the pr-review skill. The skill uses the API to fetch pull request data and evaluates it against a comprehensive structured checklist for quality and maintainability.

How do I get actionable feedback for code quality in a pull request?

Get actionable feedback for code quality by running an automated review process that analyzes your pull request against a structured checklist. The pr-review skill delivers feedback with severity ratings, allowing you to prioritize fixes for common issues efficiently.

Are there limitations to automated code review for maintainability?

The limitation of automated code review for maintainability is that it checks for common issues using a predefined structured checklist, which may miss context-specific architectural flaws. It requires GitHub API integration and should supplement, not replace, human review.