One-click install
npx skills add https://github.com/StartaleGroup/app-sdk --skill prepr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prepr
Source: https://github.com/StartaleGroup/app-sdk/tree/main/.claude-lib/shared/skills/prepr
Command: npx skills add https://github.com/StartaleGroup/app-sdk --skill prepr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-PR checks are often manual and inconsistent. This Skill orchestrates adaptive agent-based reviews, automated simplifications with user approval, and optimized validation to scale code quality checks with diff size.

Core Features & Use Cases

  • Adaptive agent selection for PR reviews based on diff size and risk.
  • Automated code simplification proposals with user approval workflow.
  • Incremental validation and quality checks to reduce merge risk across teams.
  • Use Case: When preparing a release, run prepr to automatically spot potential issues and suggest targeted fixes.

Quick Start

Trigger prepr on a PR diff to run adaptive agent reviews, propose safe simplifications, and validate changes before merging.

Frequently Asked Questions about prepr

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

FAQPage Schema
How do I automate pull request reviews for code quality and static analysis?

You can automate pull request reviews by analyzing the diff to determine an appropriate review tier, performing multi-agent code quality checks, and generating a consolidated report with suggested changes and approval-ready diffs.

What is the best way to scale code quality checks with diff size during a release?

Scaling code quality checks with diff size requires adaptive agent selection based on risk, which allocates review resources dynamically and performs incremental validation to reduce merge risk across teams before a release.

Can I use automated code simplification proposals with a user approval workflow?

Yes, automated code simplification proposals can be generated after an initial review pass, providing safe refactoring changes that require explicit user approval before being applied to the pull request.

Does prepr handle incremental validation and safety checks before merging?

Prepr handles incremental validation by running an automated simplification pass followed by a validation pass to ensure safety and correctness, generating approval-ready diffs that reduce merge risk.

How does multi-agent code review work for large pull requests?

Multi-agent code review for large pull requests works by using adaptive agent allocation based on diff size and risk, distributing static analysis tasks across multiple agents to ensure comprehensive quality checks.

When should I not use automated refactoring suggestions during a code review?

You should avoid automated refactoring suggestions when a diff lacks clear user approval pathways, as the validation pass requires safe simplification proposals to be explicitly accepted before ensuring correctness.