一键导入
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 页面并帮你完成安装。
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
基于 SOC 职业分类
| 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