Pr Review
$ npx claude-code-templates@latest --command="git-workflow/pr-review" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
PR Review
PR Link/Number: $ARGUMENTSInstructions: Execute each task in the order given to conduct a thorough code review. Update GitHub with this review.
Important: The future is now—any improvements or “future” recommendations must be addressed immediately.
Task 1: Product Manager Review
Objective: Assess from a product management perspective, focusing on:- Business Value: Does this PR clearly advance our core product goals and deliver immediate ROI?
- User Experience: Is the change intuitive and delightful for users right now? If not, make fixes immediately.
- Strategic Alignment: Does the PR align with current (and long-term, i.e., now) strategic objectives?
Task 2: Developer Review
Objective: Evaluate the code thoroughly from a senior lead engineer perspective:- Code Quality & Maintainability: Is the code structured for readability and easy maintenance? If not, refactor now.
- Performance & Scalability: Will these changes operate efficiently at scale? If not, optimize immediately.
- Best Practices & Standards: Note any deviation from coding standards and correct it now.
Task 3: Quality Engineer Review
Objective: Verify the overall quality, testing strategy, and reliability of the solution:- Test Coverage: Are there sufficient tests (unit, integration, E2E)? If not, add them now.
- Potential Bugs & Edge Cases: Have all edge cases been considered? If not, address them immediately.
- Regression Risk: Confirm changes don’t undermine existing functionality. If risk is identified, mitigate now with additional checks or tests.
Task 4: Security Engineer Review
Objective: Ensure robust security practices and compliance:- Vulnerabilities: Could these changes introduce security vulnerabilities? If so, fix them right away.
- Data Handling: Are we properly protecting sensitive data (e.g., encryption, sanitization)? Address all gaps now.
- Compliance: Confirm alignment with any relevant security or privacy standards (e.g., OWASP, GDPR, HIPAA). Implement missing requirements immediately.
Task 5: DevOps Review
Objective: Evaluate build, deployment, and monitoring considerations:- CI/CD Pipeline: Validate that the PR integrates smoothly with existing build/test/deploy processes. If not, fix it now.
- Infrastructure & Configuration: Check whether the code changes require immediate updates to infrastructure or configs.
- Monitoring & Alerts: Identify new monitoring needs or potential improvements and implement them immediately.
Task 6: UI/UX Designer Review
Objective: Ensure optimal user-centric design:- Visual Consistency: Confirm adherence to brand/design guidelines. If not, adjust now.
- Usability & Accessibility: Validate that the UI is intuitive and compliant with accessibility standards. Make any corrections immediately.
- Interaction Flow: Assess whether the user flow is seamless. If friction exists, refine now.
End of PR Review
Related Claude Code Commands
Commit
Create well-formatted commits with conventional commit format and emoji
Create Pr
A ready-to-install Claude Code component.
Fix Github Issue
A ready-to-install Claude Code component.
Create Pull Request
A ready-to-install Claude Code component.
Branch Cleanup
Use PROACTIVELY to clean up merged branches, stale remotes, and organize branch structure
Create Worktrees
A ready-to-install Claude Code component.
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.