review-pr

Analyze GitHub Pull Request diffs against security and architectural standards.

1|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ConductionNL/shillinq --skill review-pr-conductionnl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/ConductionNL/shillinq/tree/main/.claude/skills/review-pr
Command: npx skills add https://github.com/ConductionNL/shillinq --skill review-pr-conductionnl

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the time-consuming process of performing deep, context-aware code reviews on GitHub Pull Requests, ensuring consistent quality and security standards across your codebase.

Core Features & Use Cases

  • Deep Analysis: Performs semantic diff analysis, checking for null-safety, logic errors, and SQL parity issues.
  • Mechanical Gates: Automatically runs deterministic security and architectural checks (e.g., OWASP A01, ADR-004 compliance).
  • Batch Processing: Efficiently reviews multiple PRs in parallel, providing consolidated summaries and formal review verdicts.

Quick Start

Use the review-pr skill to analyze the pull request at the provided URL and submit a formal review.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate deep-analysis code reviews on GitHub Pull Requests?

Automated deep-analysis code reviews evaluate GitHub Pull Request diffs against security and architectural standards to detect null-safety, logic errors, and compliance issues. This skill generates inline comments and formal review verdicts using semantic diff analysis and model-based reasoning.

Do I need the GitHub CLI to automate pull request security and compliance checks?

Yes, GitHub CLI integration is required to automate pull request security and compliance checks. The GitHub CLI dependency enables the skill to fetch PR diffs, apply deterministic mechanical gates like OWASP A01, and submit formal review verdicts directly to your repository.

What static-analysis checks are applied during an automated GitHub PR review?

Automated GitHub PR reviews apply deterministic static-analysis checks for security and architectural compliance, including OWASP A01 and ADR-004 standards. The deep analysis also evaluates semantic diffs for null-safety, logic errors, and SQL parity issues to ensure consistent code quality.

Can I review multiple GitHub Pull Requests in parallel?

Yes, you can review multiple GitHub Pull Requests in parallel. Batch processing efficiently handles multiple PRs simultaneously, providing consolidated summaries and formal review verdicts for each pull request to streamline your software engineering workflow.

What's the best way to enforce regression detection and code quality standards in GitHub?

Enforcing regression detection and code quality standards in GitHub requires automated deep-analysis reviews that apply mechanical gates and semantic diff evaluation. This approach ensures consistent code quality by evaluating diffs against architectural standards and generating formal review verdicts.

Why use model-based reasoning instead of standard static-analysis for pull request reviews?

Model-based reasoning performs deep semantic diff analysis that standard static-analysis cannot, detecting complex null-safety, logic, and SQL parity issues. It enables automated compliance gating and generates contextual inline comments and formal review verdicts for GitHub Pull Requests.