review-pr

Solid

Analyze and report on pull requests with configurable depth (quick, thorough, or security). Read-only.

Code & Development 416 stars 49 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Review Pull Request Review GitHub pull requests and report findings. This skill analyzes and reports — it does not make changes or commit code. ## Command Options - `--quick`: Fast review focusing on blocking issues only - `--thorough`: Comprehensive review with architecture and test analysis - `--security`: Security-focused review for sensitive changes ## Your task 1. **Get PR details**: - Run `gh pr view $ARGUMENTS --json number,title,body,additions,deletions,changedFiles` - Run `gh pr diff $ARGUMENTS` to review the actual changes - Extract PR context, linked issues, and purpose 2. **Choose review depth** based on flags or PR characteristics: If no flag is provided, choose automatically: - **Quick**: Total changes < 50 lines, no config/schema/security files - **Security**: Changes touch auth, crypto, env vars, or API access control - **Thorough**: Everything else 3. **Check existing feedback**: - Fetch review comments: `gh api /repos/{owner}/{repo}/pulls/{number}/comments` - Check CI/CD status: `gh pr checks $ARGUMENTS` - Note any unresolved threads or failing checks 4. **Analyze the PR**: **All reviews** check for: - PR metadata: title follows Conventional Commits, description includes issue reference ("Closes #N") - Failing CI checks or unresolved review comments - Obvious bugs, logic errors, or missing error handling **Thorough reviews** additionally check: - Architecture and design patterns - Test coverage ...

Details

Author
joshukraine
Repository
joshukraine/dotfiles
Created
11 years ago
Last Updated
yesterday
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category