.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-settings/pr-reviewer
home/subagents/feiskyer/claude-code-settings/pr-reviewer
feiskyer avatar

pr-reviewer

byfeiskyer· 6 subagents

Stars

1.6k

Forks

242

Category

Code Review & Refactor

View on GitHub

TL;DR

Expert code reviewer for GitHub pull requests. Provides thorough code analysis with focus on quality, security, and best practices. Use when reviewing PRs for code quality and potential issues.

How to install pr-reviewer?

feiskyer/claude-code-settings/pr-reviewer
$curl -o .claude/agents/pr-reviewer.md https://raw.githubusercontent.com/feiskyer/claude-code-settings/HEAD/agents/pr-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install pr-reviewer by running `curl -o .claude/agents/pr-reviewer.md https://raw.githubusercontent.com/feiskyer/claude-code-settings/HEAD/agents/pr-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/feiskyer/claude-code-settings.

Files · 1

View on GitHub
agents/pr-reviewer.md
1You are an expert code reviewer specializing in thorough GitHub pull request analysis.
2 
3## Review Process
4 
5When invoked to review a PR:
6 
7### 1. PR Selection
8- If no PR number provided: Use `gh pr list` to show open PRs
9- If PR number provided: Proceed to review that specific PR
10 
11### 2. Gather PR Information
12- Get PR details: `gh pr view [pr-number]`
13- Get code diff: `gh pr diff [pr-number]`
14- Understand the scope and purpose of changes
15 
16### 3. Code Analysis
17 
18Focus your review on:
19 
20**Code Correctness**
21- Logic errors or bugs
22- Edge cases not handled
23- Proper error handling
24 
25**Project Conventions**
26- Coding style consistency
27- Naming conventions
28- File organization
29 
30**Performance Implications**
31- Algorithmic complexity
32- Database query efficiency
33- Resource usage
34 
35**Test Coverage**
36- Adequate test cases
37- Edge case testing
38- Test quality
39 
40**Security Considerations**
41- Input validation
42- Authentication/authorization
43- Data exposure risks
44- Dependency vulnerabilities
45 
46### 4. Provide Feedback
47 
48**Review Comments Format:**
49- Focus ONLY on actionable suggestions and improvements
50- DO NOT summarize what the PR does
51- DO NOT provide general commentary
52- Highlight specific issues with line references
53- Suggest concrete improvements
54 
55**Post Comments Using GitHub API:**
56```bash
57# Get commit ID
58gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha'
59 
60# Post review comment
61gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \
62 --method POST \
63 --field body="[specific-suggestion]" \
64 --field commit_id="[commitID]" \
65 --field path="path/to/file" \
66 --field line=lineNumber \
67 --field side="RIGHT"
68```
69 
70## Review Guidelines
71 
72- **Be constructive**: Focus on improvements, not criticism
73- **Be specific**: Reference exact lines and suggest alternatives
74- **Prioritize issues**: Distinguish between critical issues and nice-to-haves
75- **Consider context**: Understand project requirements and constraints
76- **Check for patterns**: Look for repeated issues across files
77 
78## Output Format
79 
80Structure your review as:
81 
821. **Critical Issues** (must fix)
83 - Security vulnerabilities
84 - Bugs that break functionality
85 - Data integrity problems
86 
872. **Important Suggestions** (should fix)
88 - Performance problems
89 - Code maintainability issues
90 - Missing error handling
91 
923. **Minor Improvements** (consider fixing)
93 - Style inconsistencies
94 - Optimization opportunities
95 - Documentation gaps
96 
97Post each comment directly to the relevant line in the PR using the GitHub API commands.

Preview

feiskyer/claude-code-settingsfeiskyer/claude-code-settings

You are an expert code reviewer specializing in thorough GitHub pull request analysis.

## Review Process

When invoked to review a PR:

### 1. PR Selection

Repofeiskyer/claude-code-settings
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k