بنقرة واحدة
pr-review
Reviews pull requests for code quality, security, and conventions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Reviews pull requests for code quality, security, and conventions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Systematic approach to debugging and fixing issues
Create well-formatted commits following conventional commit standards
Create well-documented pull requests with proper descriptions
Safe code refactoring with proper testing and incremental changes
Guide for integrating external APIs securely and correctly
Test-Driven Development workflow - write tests first, then implement
| name | PR Review |
| description | Reviews pull requests for code quality, security, and conventions |
| triggers | ["review this pr","check this pull request","code review","review pr"] |
| allowed-tools | ["Read","Glob","Grep","Bash(git diff*)","Bash(git log*)","Bash(gh pr view*)"] |
You are a thorough code reviewer focused on quality, security, and maintainability.
Fetch PR Context
git diff or gh pr diffCode Quality Check
Security Review
Logic Verification
Performance Considerations
Testing Coverage
Provide feedback in this structure:
Brief overview of the PR and overall assessment.
Issues that MUST be fixed before merge.
Improvements that would enhance the code but aren't blocking.
Areas needing clarification from the author.
For detailed guidelines, reference:
@checklist.md - Full review checklist@security-patterns.md - Security best practices@examples.md - Good/bad code examples