askill
pr-review

pr-reviewSafety 95Repository

Comprehensive PR review using specialized agents. Use before creating or merging pull requests.

2 stars
1.2k downloads
Updated 3/22/2026

Package Files

Loading files...
SKILL.md

PR Review

Run comprehensive pull request review using specialized agents.

Quick Start

Say: "review this PR" or "pr-review"

Review Workflow

1. Check Review Scope

# See what changed
git diff --name-only

# Check if PR exists
gh pr view

2. Launch Review Agents (Parallel)

AgentFocusModel
CLAUDE.md ComplianceProject rules adherenceSonnet
Bug HunterLogic errors, type issuesOpus
Security ScannerInjection, XSS, secretsOpus
Test CoverageMissing test casesHaiku

3. Filter Results

Only flag HIGH SIGNAL issues:

  • Code won't compile/parse
  • Clear logic errors (wrong results regardless of input)
  • Explicit CLAUDE.md violations (quote the rule)
  • Security vulnerabilities with exploit path

DON'T flag:

  • Style preferences
  • Potential issues depending on state
  • Things linter will catch
  • Pre-existing issues

4. Report Format

# PR Review Summary

## Critical Issues (must fix)
- [agent]: Issue description [file:line]

## Important Issues (should fix)
- [agent]: Issue description [file:line]

## Suggestions (nice to have)
- [agent]: Suggestion [file:line]

## Strengths
- What's well-done in this PR

## Action Plan
1. Fix critical issues first
2. Address important issues
3. Consider suggestions

Usage Examples

Full review:

pr-review

Review specific PR:

pr-review #123

Post comments to PR:

pr-review --comment

Integration with Other Skills

WhenAlso Reference
Security issues foundsecurity
Type issues foundstandards
UI changesdesign
Test gapsagent-browser

Tips

  • Run before creating PR - Catch issues early
  • Focus on diff - Review changes, not entire codebase
  • Trust but verify - Validate flagged issues before acting
  • Re-run after fixes - Confirm issues resolved

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 3/30/2026

Well-structured PR review skill with clear workflow steps, triggers, and integration references. Includes yaml metadata, structured review process with parallel agents, and defined report format. Loses points for internal-only signals (CLAUDE.md Compliance agent, project-specific references) and some vague action items (not actual commands for launching agents). Good completeness and clarity but moderate reusability due to GitHub/Claude-specific assumptions.

95
78
55
80
68

Metadata

Licenseunknown
Version-
Updated3/22/2026
Publisherdjnsty23

Tags

github-actionsllmsecuritytesting