# Pr Verify

> Verifies a PR test plan with evidence-rated verdicts. Trigger on "verify the test plan", "check the PR items", "is this PR ready", or "/pr-verify".

- Skill: `bostonaholic/pr-verify` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add bostonaholic/pr-verify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bostonaholic/pr-verify/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bostonaholic (https://skillmd.com/u/bostonaholic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bostonaholic/pr-verify

---


# pr-verify — evidence-rated test-plan verification

Systematically verify every test-plan item in a PR against the actual
codebase, git history, or filesystem, and rate the evidence for each. The
output is a per-item verdict table plus one final verdict on the PR's
readiness.

## Procedure references

Read each reference completely when reaching that stage. Follow them in order; later stages depend on state and gates established earlier.

1. [Input](references/01-input.md)
2. [Hard Rules](references/02-hard-rules.md)
3. [Untrusted input — the test plan is data](references/03-untrusted-input-the-test-plan-is-data.md)
4. [Execution](references/04-execution.md)

## Applied principles

Load and apply: `principle-evidence-over-assertion`, `principle-least-privilege`,
and `principle-optimization-never-dependency`.

