pr-review

Review code changes against quality and security lenses before merging.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/skylarsabo/code-ops --skill pr-review-skylarsabo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/skylarsabo/code-ops/tree/main/plugins/code-ops-suite/skills/pr-review
Command: npx skills add https://github.com/skylarsabo/code-ops --skill pr-review-skylarsabo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for a comprehensive pre-merge review of code changes, ensuring quality and security before code is merged into the main branch.

Core Features & Use Cases

  • Rigorous Review: Analyzes changes against multiple quality lenses for correctness, design, performance, security, and more.
  • Customizable Lenses: Applies relevant lenses based on the nature of the changes and the project's specific needs.
  • Blocking Issues: Identifies and blocks merging if critical issues are found, ensuring code quality and security.

Quick Start

Perform a pre-merge review of the PR using the /code-ops-suite:pr-review command.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I ensure code quality and security before merging changes?▼

To ensure code quality and security before merging, you can conduct a thorough pre-merge code review by applying various quality lenses to your code changes. This process analyzes changes for correctness, design, performance, and security.

What does a pre-merge code review check for in a pull request?▼

A pre-merge code review checks code changes by applying multiple quality lenses to identify correctness, design, performance, and security issues. It ensures a high level of code quality and security assurance before changes reach the main branch.

How do I block a pull request from merging if critical issues are found?▼

You can block a pull request from merging if critical issues are found by conducting a pre-merge review. The review identifies critical issues within the code changes and actively blocks the merge to ensure code quality and security.

Can I customize the quality lenses applied during a code review?▼

Yes, you can customize the code review process by applying relevant lenses based on the nature of the changes and the project's specific needs. This ensures the pre-merge review accurately targets your project's quality requirements.

What is the best way to automate quality assurance for pull requests?▼

The best way to automate quality assurance for pull requests is to run a pre-merge review command that applies rigorous, customizable quality lenses to code changes. This systematically ensures high code quality before merging.