بنقرة واحدة
adr-check
Run ADR conformance checks, explain failures, and identify required ADR/doc updates for the current change.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run ADR conformance checks, explain failures, and identify required ADR/doc updates for the current change.
التثبيت باستخدام 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.
Review a change for architectural drift, guardrail weakening, and ADR impact before shipping.
| name | adr-check |
| description | Run ADR conformance checks, explain failures, and identify required ADR/doc updates for the current change. |
Use this skill when the change touches architecture, workflows, hooks, shared contracts, or guardrail files.
git diff --name-only HEAD
python3 scripts/adr_guard/adr_guard.py --changed --level fast
If the fast guard fails:
If guardrail files changed, verify that one of these changed too:
docs/adr/**shifter/shifter_platform/documentation/docs/technical/dev/adr-enforcement.mdIf a temporary waiver is genuinely required:
docs/adr/exceptions.yamlrule_id, owner, reason, and expires_onchecks and pathsBefore completion, run the CI profile:
python3 scripts/adr_guard/adr_guard.py --all --level ci
Report: