# Pr Review Deep

> Deep technical review protocol for AriaCore pull requests. Trigger: Reviewing any external or internal contribution before merge.

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

---


## When to Use

Use this skill when:
- Evaluating PRs from contributors
- Reviewing risky refactors
- Deciding merge vs request-changes

---

## Review Protocol

1. Read full diff, not only summary.
2. Run relevant tests locally.
3. Validate API/contracts and migration safety.
4. Check docs against implementation.
5. Flag commit hygiene violations.

---

## Merge Gate

Merge only when:
- checks are green
- risk is understood
- blockers are resolved
- scope is coherent

Otherwise request changes with actionable items.

