Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
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.