with one click
pr-review
Review pull requests against team standards and best practices
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review pull requests against team standards and best practices
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Design RESTful APIs following best practices
Systematic bug investigation and root cause analysis
Review code quality, patterns, and best practices
Generate commit messages following conventional commits with scope detection
Generate and update technical documentation
Break down features into implementable tasks
| type | skill |
| name | Pr Review |
| description | Review pull requests against team standards and best practices |
| skillSlug | pr-review |
| phases | ["R","V"] |
| generated | "2026-02-08T00:00:00.000Z" |
| status | filled |
| scaffoldVersion | 2.0.0 |
Use this skill when reviewing pull requests for the Smart Farming project. It provides a structured checklist tailored to the project's Clean Architecture, Flask stack, and coding conventions.
src/app/core/) does NOT import from infrastructure (src/app/infra/)__init__(dependencies) and execute(params)infra/repositories/, not mixed into views or use casesinfra/factories/use_cases/ properly wire all dependenciesinfra/constants/mysql.pyos.getenv() or .envprint() statements left in production code (remove debug statements)ruff check .)npx biome check .)Mysql.query() for reads and Mysql.mutate() / mutate_many() for writes@login_required decoratorlayouts/root.html or domain-specific)templates/components/ where possiblecore/use_cases/{domain}/tests/pytest)documentation/development/commits-emoji-table.md.env files or secrets committed## Review Summary
**Status**: Approved / Changes Requested / Needs Discussion
### What's Good
- (positive observations)
### Issues Found
- [ ] (issue 1 — severity: high/medium/low)
- [ ] (issue 2)
### Suggestions
- (optional improvements)