# Codex Pr Review

> Review ycagent.ai changes before creating a draft PR. Use after code or config changes and before pushing a branch.

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

---


1. Run `git diff --stat` and `git diff --check`.
2. Review the diff against `AGENTS.md` and `.agents/rules/*.md`.
3. Run the relevant verification command. For broad changes, use `npm run lint && npm run typecheck && npm run build`.
4. Spawn or emulate an adversarial review pass that sees only the diff and requirements.
5. Fix P0/P1 findings before opening a draft PR.
6. Include verification evidence in the draft PR body.

