بنقرة واحدة
architecture-review
Review a change for architectural drift, guardrail weakening, and ADR impact before shipping.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review a change for architectural drift, guardrail weakening, and ADR impact before shipping.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Stand up or rebuild an AWS Shifter tenant end to end (teardown, bootstrap, secrets, image bakes, deploy via the real deploy.yml dispatch, health check, base-range smoke, and a POLARIS range walkthrough). AWS only. Use when asked to rebuild, redeploy, or stand up an AWS tenant such as proof or aws-dev from a clean state.
Ship current branch — CI, SonarCloud, code review, security review, fix all issues, merge. Assumes code is already committed and pushed.
Run ADR conformance checks, explain failures, and identify required ADR/doc updates for the current change.
| name | architecture-review |
| description | Review a change for architectural drift, guardrail weakening, and ADR impact before shipping. |
This is a repo-specific review checklist for architectural conformance.
Cross-layer boundaries
shared and explicit service seams?Guardrail integrity
.github/workflows/**, .pre-commit-config.yaml, .claude/**, AGENTS.md, or scripts/adr_guard/** changed?ADR impact
Shared/public seams
shared/** or */services.py changed?python3 scripts/adr_guard/adr_guard.py --changed --level fast
python3 scripts/adr_guard/adr_guard.py --all --level ci
For each issue, provide:
If no issues are found, say:
Architecture review: no ADR or guardrail issues found.