con un clic
pr-review
Reviews pull requests for code quality, security, and conventions
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Reviews pull requests for code quality, security, and conventions
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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