Domain Review

Domain-based PR review controller (formerly code-review). Preferred over the built-in /code-review when you need the 11-domain controller/worker review with per-domain findings; use the built-in for a fast single-pass diff review or the ultra cloud review. Supports two profiles: 'breakpoint' (light mid-flow review covering security, correctness, and tests only) and 'full' (comprehensive PR-boundary review covering all 11 domains). Conditional domains fire only when triggers match: data-integrity fires when the diff touches persistence (migrations, schemas, SQL, repositories, ORM models); api-contract fires when the diff touches a public surface (API routes, controllers, handlers, .proto files, OpenAPI/Swagger specs, library surface, message schema, CLI, or SDK). Do NOT use for trivial changes (typo fixes, mechanical refactors, dependency bumps with no logic changes). Do NOT use for reviewing a GitHub PR by number where a standard pass suffices — the built-in /review handles that. Do NOT use when you want prof

garyld1962 Updated

File contents

garyld1962/savviety-skills/tree/main/claude/domain-review commit 36f43c8475

Frequently asked questions

npx skillmds@latest add garyld1962/domain-review