# Review Change

> Review a Diffuse diff against architecture, privacy, fixtures, dependencies, and CI constraints. Use after a non-trivial edit or when the user asks for a review.

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

---


# Review a change

Read `AGENTS.md` and `Documentation/Architecture.md`. Inspect `git diff`.

Report only problems that matter, one line each:

- `architecture:` dependency direction, or a new app screen for something that should be a capability
- `privacy:` collected field classification, redaction, or something that leaves the device
- `deps:` a third-party Swift package
- `signing:` identities, team IDs, provisioning
- `fixtures:` golden files weakened to pass a test
- `ci:` CodeQL / noisy scanners / CI that can no longer produce unsigned artifacts
- `tests:` behaviour changed with no Domain or Invariant coverage

Skip formatting nits. SwiftFormat is the formatter. If there are no findings, say so in one sentence.

Dispatch `.claude/agents/reviewer.md` for a second pass on large diffs.

