ワンクリックで
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