Run ADR conformance checks, explain failures, and identify required ADR/doc updates for the current change.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add PaloAltoNetworks/shifter --skill adr-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Adr Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/paloaltonetworks-adr-check)More formats (shields.io, HTML) on the badges page.
---
name: adr-check
description: Run ADR conformance checks, explain failures, and identify required ADR/doc updates for the current change.
---
# ADR Check
Use this skill when the change touches architecture, workflows, hooks, shared contracts, or guardrail files.
## Steps
1. Identify changed files:
```bash
git diff --name-only HEAD
```
2. Run the fast ADR guard on changed files:
```bash
python3 scripts/adr_guard/adr_guard.py --changed --level fast
```
3. If the fast guard fails:
- Report the exact rule ids and files.
- Fix the code or docs.
- Re-run the guard.
4. If guardrail files changed, verify that one of these changed too:
- `docs/adr/**`
- `shifter/shifter_platform/documentation/docs/technical/dev/adr-enforcement.md`
- technical index pages linking to ADR enforcement docs
5. If a temporary waiver is genuinely required:
- add it to `docs/adr/exceptions.yaml`
- include `rule_id`, `owner`, `reason`, and `expires_on`
- keep the waiver as narrow as possible with `checks` and `paths`
6. Before completion, run the CI profile:
```bash
python3 scripts/adr_guard/adr_guard.py --all --level ci
```
## Output
Report:
- checks run
- violations found or “ADR guard clean”
- ADR/doc files updated
- any exception added and its expiry
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.
Generate a comprehensive VC investment assessment report for a company
Manage Globalize translation resources using the CLI. Use this skill when the user asks to create a translation project, add or remove languages, connect a GitHub or GitLab repository, manage glossaries or style guides, invite team members, manage API keys, or perform any Globalize platform operation. Also use when the user mentions managing translations, translation workflow, or wants to "set up translations for this repo." This skill assumes the CLI is already installed and authenticated — ...
Manage a Paperclip company as a board member via chat. Use when the user wants onboarding, company or agent management, approvals, task monitoring, cost oversight, or work product review in the Paperclip control plane.
Scan a Paperclip user's Mine inbox, classify reversible archive candidates, request checkbox confirmation, and archive only accepted selections. Use when asked to garden, clean up, prune, or tidy a Paperclip inbox without changing issues, branches, or workspaces.