lean-pr-review

Review pull requests by classifying findings into Lean waste categories with severity levels.

7|2|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/asafelobotomy/iCloud-Drive-Downloader --skill lean-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lean-pr-review
Source: https://github.com/asafelobotomy/iCloud-Drive-Downloader/tree/main/.github/skills/lean-pr-review
Command: npx skills add https://github.com/asafelobotomy/iCloud-Drive-Downloader --skill lean-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you review a pull request more systematically by categorizing findings into Lean waste types and applying consistent severity ratings so merge decisions are evidence-based.

Core Features & Use Cases

  • Structured PR review: Produces a categorized report with critical/major/minor/advisory severity for each finding.
  • Lean waste classification (W1–W16): Tags issues with an appropriate waste category (e.g., Defects, Waiting, Over-processing) to improve clarity and prioritization.
  • Quality gates: Checks test coverage for changed behavior and flags baseline breaches (LOC/dependency budgets/type errors) before you approve.

Quick Start

Ask the AI to review the PR by analyzing the changed files and producing a report with classified findings and a clear verdict.

Frequently Asked Questions about lean-pr-review

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

FAQPage Schema
How do I categorize pull request defects using Lean waste types?

To systematically review code, analyze pull request diffs alongside full changed file contents, classify findings into Lean waste categories, and apply severity ratings to produce a structured report with a clear merge verdict.

What's the best way to enforce test coverage checks before merging a pull request?

The best way to enforce test coverage checks before merging is to run a quality gate that analyzes changed behavior, flags missing tests, and checks for baseline breaches like dependency budget or type errors, yielding an approve or request-changes verdict.

Does this code review approach assign severity ratings to each finding?

Yes, this code review approach assigns critical, major, minor, or advisory severity ratings to each finding. It outputs complete per-finding fields including severity, file:line location, waste category, and description for consistent feedback.

How do I check for baseline breaches in a GitHub pull request?

To check for baseline breaches in a GitHub pull request, analyze the changed files for lines of code increases, dependency budget violations, or type errors, and flag these issues before delivering a merge-ready verdict.

Can I use Lean waste classification for automated defect detection in pull requests?

Yes, you can use Lean waste classification for automated defect detection in pull requests by mapping code issues to categories like Waiting or Defects, applying severity ratings, and generating a report with an approve, request-changes, or comment verdict.