원클릭으로
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