# Repository Review

> Review a repository change for correctness, security, and maintainability.

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

---


# Repository review

Review the diff in this order:

1. Restate the behavior the change is meant to provide.
2. Trace authority boundaries, validation, persistence, and cleanup paths.
3. Check failure behavior, concurrency, stale state, and partial completion.
4. Check macOS, Linux, Windows, and remote-workspace assumptions.
5. Run focused tests before broader quality gates.
6. Report findings by severity with file and line evidence.

Prefer a small reproducible test over a speculative warning. If no issue remains, state which risks were checked.

