# Review Pr Viability

> Review a pull request or issue for value, implementation quality, maintainability, regression risk, and reliance on upstream changes.

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

---


# Review PR or issue viability

Assess only; do not modify code or GitHub state unless explicitly asked.

- Inspect the proposal, complete diff, relevant architecture, current base branch, and tests. Judge the idea separately from its implementation.
- Evaluate user value, correctness, maintainability, DRYness, minimum viable scope, regressions, compatibility, security/privacy, performance, and test coverage.
- Determine whether it works with released interfaces in this repository. Flag any required upstream change, unreleased dependency, fork/patch, protocol change, or coordinated external rollout. Distinguish required from optional upstream improvements.
- Report actionable findings first with file and line evidence. Avoid speculative objections.

Finish with an explained **idea score** and **implementation-quality score** from 0–10, regression risk (Low/Medium/High), upstream dependency (None/Optional/Required/Unclear), and recommendation (Merge/Merge after fixes/Redesign/Reject). State the smallest safe path forward and the evidence or tests needed before merge.

