Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Um comando direto ignora o prompt de revisão. Verifique a origem antes de executá-lo.
Review architecture for module boundaries, service boundaries, coupling, cohesion, dependency direction, data ownership, resilience, security boundaries, and ADR-worthy decisions.
When to use
A design, PR, or refactor changes architecture, module boundaries, or service boundaries.
API contracts, shared libraries, data ownership, or deployment topology change.
Scalability, resilience, runtime coupling, or security boundaries need review.
Circular dependencies, layering violations, or unclear ownership are suspected.
An ADR should be created or updated.
Operating model
Map components, modules, services, APIs, data stores, queues, and deployment units.
Verify dependency direction, layering, cohesion, and ownership boundaries.
Trace data flows and ownership across tables, topics, buckets, and integrations.
Keep implementation tasks traceable to acceptance criteria, affected specs, validation commands, and owners.
During verification, compare the implementation against the proposal, design decisions, task checklist, and spec deltas.
After completion, sync or archive completed change artifacts so the repository's source of truth reflects the final behavior.
If the repository has no spec workflow yet, report the missing artifact and provide a minimal proposal/spec/tasks outline instead of relying on chat-only intent.
Skill-Specific Review Scope
Module boundaries, service boundaries, layering, coupling, cohesion, and circular dependencies.
API contracts, interface stability, compatibility, and versioning.
Data ownership, data flows, cross-boundary writes, and direct database access.
Runtime and deployment coupling, scalability, resilience, retry storms, and fan-out.
Security boundaries, trust boundaries, ownership, and ADR candidates.
Skill-Specific Checklist
Identify architectural layers and verify dependency direction.
Detect circular dependencies between modules, packages, services, or libraries.
Check whether module boundaries align with business capabilities or clear technical responsibilities.
Review coupling between services, APIs, databases, queues, shared libraries, and deployment units.