# Pr Review

> Use to review changes before committing/PR. Focus on correctness, security, performance, and maintainability. Provide actionable diffs or TODOs.

- Skill: `askaret/pr-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add askaret/pr-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/askaret/pr-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: askaret (https://skillmd.com/u/askaret)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/askaret/pr-review

---


Checklist:
- API compatibility & error handling
- AuthN/AuthZ assumptions
- Input validation & logging (no secrets)
- Tests added/updated and what’s missing
- Frontend performance/regressions (renders, memoization, data fetching)
- DX: docs, scripts, onboarding

Output:
- “Must fix” (blockers)
- “Should fix”
- “Nice to have”

