PR & Issue Reviews
Get thorough code reviews and issue analysis from Codeteel.
PR review
List open PRs or review a specific one in detail:
/review pr # List all open PRs /review pr 42 # Review PR #42 in detail
Reviews include:
- Summary — what the PR does in 1-2 sentences
- Issues found — prioritized: security > bugs > performance > style
- Suggestions — specific improvements with file names and line references
- Verdict — APPROVE, REQUEST_CHANGES, or COMMENT with reasoning
If you have custom instructions configured, the review also checks that code follows your guidelines.
Issue review
Ask the agent to review GitHub issues directly in chat:
U
Review issue #15
C
**Issue #15: Add rate limiting to auth endpoints**
**Impact:** High
**Suggested approach:** Add express-rate-limit middleware to /login, /signup, and /reset-password routes. Configure: 5 attempts per 15 minutes per IP.
**Complexity:** Moderate
Issue reviews include impact assessment, suggested implementation approach, and complexity estimate.