pr-review-standards

Analyze pull request diffs for anti-patterns, secrets, oversized PRs, and missing tests.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/JackSmack1971/claude-code-learning-flywheel --skill pr-review-standards-jacksmack1971
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-standards
Source: https://github.com/JackSmack1971/claude-code-learning-flywheel/tree/main/.claude/skills/pr-review-standards
Command: npx skills add https://github.com/JackSmack1971/claude-code-learning-flywheel --skill pr-review-standards-jacksmack1971

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates detection of anti-patterns, hard-coded secrets, oversized PRs, and missing tests in pull requests.

Core Features & Use Cases

  • Static diff analysis with analyze_diff.py
  • Zero-context scripts to help reviewers identify issues
  • Use Case: Pre-review pass catches security and quality issues before review rounds

Quick Start

Run python .claude/skills/pr-review-standards/scripts/analyze_diff.py to produce a markdown report or JSON prototype before merging.