# Pr Review

> Review a Pull Request for code quality, tests, and merge readiness. Use when reviewing PRs, checking for merge conflicts, or providing feedback before merging. Use when this capability is needed.

- Skill: `tomevault-io/pr-review-6` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/pr-review-6`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/pr-review-6/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/pr-review-6

---


# PR Review

Review this Pull Request: <url>

This skill is for review-only work. Prefer `gh pr checkout <number> --detach` so disposable local branches do not accumulate.

Analyze the quality of the code, the tests and the overall change. Check for merge conflicts with `main`, advise on fixes if a conflict exists.

Prioritize findings:

1. Correctness bugs and behavior regressions
2. Missing or weak regression coverage for the changed behavior
3. Merge conflicts or dirty merge state against `main`
4. Failing or missing GitHub CI context

When the review is complete, update the PR review-state label on GitHub:

- Apply `ready_to_merge` and remove `needs_work` when there are no blocking findings, the PR is merge-clean, and GitHub CI is green
- Apply `needs_work` and remove `ready_to_merge` when blocking findings remain, coverage is insufficient for the risk, merge conflicts exist, or GitHub CI is failing

Use:

```bash
gh pr edit <number> --add-label ready_to_merge --remove-label needs_work
gh pr edit <number> --add-label needs_work --remove-label ready_to_merge
```

Give me feedback on the PR and whether it is ready to merge.

If asked to give feedback on the PR, do so with a terse response in a encouraging, warm and friendly tone. Be appreciative of the work and the effort put into the PR.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/agentjido) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

