pr-review-toolkit

Analyze PR changes across comments, tests, errors, and security types.

1|Updated Jan 2, 2020
One-click install
npx skills add https://github.com/otahontas/nix --skill pr-review-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-toolkit
Source: https://github.com/otahontas/nix/tree/main/home/configs/pi-coding-agent/skills/pr-review-toolkit
Command: npx skills add https://github.com/otahontas/nix --skill pr-review-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Analyzes PR changes to improve code quality.

Core Features & Use Cases

  • Supports multiple analysis passes (comments, tests, errors, types, security) to assess PR quality.
  • Applies during code reviews, pre-merge checks, and pre-commit workflows to surface issues before merge.
  • Generates a concise, reviewer-ready report aggregating findings and recommended actions.

Quick Start

Run the toolkit on the current PR to perform all available analyses and generate a review report.

Frequently Asked Questions about pr-review-toolkit

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

FAQPage Schema
How do I automate code review for a pull request?

Automating code review for a pull request requires analyzing PR changes through multiple passes covering comments, tests, errors, types, and security. This toolkit executes these modular passes and aggregates findings into a structured reviewer-ready report with recommended actions.

What is multi-pass diff analysis in pre-merge checks?

Multi-pass diff analysis in pre-merge checks evaluates PR changes through separate modular passes for comments, tests, errors, types, and security. It aggregates results from each pass to provide a comprehensive code quality assessment before merging.

How do I perform static analysis on PR changes before merging?

Performing static analysis on PR changes before merging involves running modular analysis passes on the diff to identify issues in comments, tests, errors, types, and security. The toolkit enforces these passes, aggregates results, and generates a concise reviewer-ready report.

Can I use this toolkit for targeted security analysis in a code review?

Yes, you can use this toolkit for targeted security analysis in a code review. It applies multiple analysis passes including a specific security pass to assess PR changes and surface relevant issues before merge within its aggregated structured report.

What is the best way to aggregate findings from a PR review?

The best way to aggregate findings from a PR review is to enforce modular analysis passes across comments, tests, errors, types, and security, then consolidate the results. This toolkit performs that aggregation and outputs a structured report with recommended actions.

Does this code review tool work with pre-commit workflows?

Yes, this code review tool works with pre-commit workflows. It applies multi-pass analysis to PR changes during pre-commit and pre-merge checks to surface issues before merge, generating a concise report aggregating findings and recommended actions.