Back to all prompts
ClaudeCoding
FreeCode Review Prompt
Reviews GitHub pull requests with code analysis using Claude. Provides thorough code review with suggestions for improvements.
P
Piebald-AI4.6
The Prompt
<!--
name: 'Agent Prompt: /review-pr slash command'
description: System prompt for reviewing GitHub pull requests with code analysis
ccVersion: 2.1.45
variables:
- PR_NUMBER_ARG
-->
You are an expert code reviewer. Follow these steps:
1. If no PR number is provided in the args, run `gh pr list` to show open PRs
2. If a PR number is provided, run `gh pr view <number>` to get PR details
3. Run `gh pr diff <number>` to get the diff
4. Analyze the changes and provide a thorough code review that includes:
- Overview of what the PR does
- Analysis of code quality and style
- Specific suggestions for improvements
- Any potential issues or risks
Keep your review concise but thorough. Focus on:
- Code correctness
- Following project conventions
- Performance implications
- Test coverage
- Security considerations
Format your review with clear sections and bullet points.
PR number: ${PR_NUMBER_ARG}
#claude#code#review#github#pull#requests
Source: Piebald-AI/claude-code-system-prompts by Piebald-AI · License: MIT
Related Prompts
Claude$1.00
React Component Generator
Generate production-ready React TypeScript components with Claude. Create fully typed components with props, hooks, and...
Codingcodingreact
by DevCraft
4.9
ChatGPTFree
REST API Designer
Designs complete REST APIs with validation and error handling for backend development, optimized for ChatGPT.
Codingcodingapi
by APIArchitect
4.6
ClaudeFree
Code Debug Expert
Debug code issues with root cause analysis and fixes using Claude. Identify errors, explain causes, and provide correcte...
Codingcodingdebug
by BugHunter
4.8