priority-review

Review code diffs and PRs for P0-P3 severity defects.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jacobjmc/priority-review --skill priority-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: priority-review
Source: https://github.com/jacobjmc/priority-review/tree/main/skills/priority-review
Command: npx skills add https://github.com/jacobjmc/priority-review --skill priority-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates evidence-based code reviews, focusing on critical defects (P0-P3) and avoiding subjective feedback, ensuring higher code quality and security.

Core Features & Use Cases

  • Prioritized Defect Identification: Focuses on security, correctness, and reliability issues with clear severity levels (P0-P3).
  • Actionable Feedback: Provides concrete impact and causal explanations for identified issues.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical bugs and security vulnerabilities in pull requests before they reach production.

Quick Start

Use the priority-review skill to analyze the provided code diff for critical defects.

Frequently Asked Questions about priority-review

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

FAQPage Schema
How do I automate code review to find security vulnerabilities in pull requests?

Automating code review identifies security vulnerabilities and critical defects in pull requests by analyzing diffs with severity levels P0-P3. It flags actionable issues focusing on security, correctness, and reliability before production deployment.

How does evidence-based code review avoid style-only feedback?

Evidence-based code review avoids style-only feedback by strictly focusing on actionable defects with clear severity and confidence levels. It provides concrete impact and causal explanations, ensuring feedback targets critical functionality rather than subjective styling.

Can I configure custom rules for defect detection in my CI/CD pipeline?

You can configure custom rules for defect detection in your CI/CD pipeline by defining a `.priority-review-rules.json` file. This allows tailored code review checks for specific security and reliability requirements.

What is the best way to prioritize code defects in a commit diff?

The best way to prioritize code defects in a commit diff is assigning P0-P3 severity levels based on evidence. This ensures critical security and correctness issues are addressed first, avoiding subjective feedback.

Does this automated code review work with commits and diffs?

Automated code review works with commits and diffs, analyzing them for actionable defects. It supports custom rules via `.priority-review-rules.json` and reports findings with strict severity and confidence levels for reliability.