Agent skill
adr-reviewer
Review an ExStruct ADR draft for decision quality, overlap with existing ADRs and specs, evidence strength, rollout risk, and human-ownership escalations. Use only after adr-linter reports no unresolved high/medium findings on the current draft, and when you need design-review findings before merge or handoff.
Install this agent skill to your Project
npx add-skill https://github.com/harumiWeb/exstruct/tree/main/.agents/skills/adr-reviewer
SKILL.md
ADR Reviewer
Review the policy decision, not just the document shape.
Read
dev-docs/agents/adr-governance.mddev-docs/agents/adr-criteria.mddev-docs/agents/adr-workflow.mddev-docs/specs/adr-review.md- The target ADR draft
- Related ADRs, relevant public docs under
docs/when public API / CLI / MCP contracts are in scope, internal specs, tests, src paths, and issue / PR context - Existing
adr-linterfindings for the current draft
Workflow
- Confirm the current draft has no unresolved
adr-linterhigh/mediumfindings. Only proceed with design review after that precondition is met. - Read the ADR draft and identify the single policy question it is trying to resolve.
- Check whether the draft overlaps with, contradicts, or should supersede an existing ADR or spec.
- Verify that the cited
Tests,Code, andRelated specsactually support the claims being made, and include relevant publicdocs/pages in scope when the ADR touches public API / CLI / MCP contracts. - Review whether compatibility, rollout, fallback, migration, or safety consequences are covered when relevant.
- Detect human-owned decisions that AI should not settle, including public API break judgment, security or license calls, major directory reorganization, or unresolved product/spec direction.
- Return one verdict:
readyreviseescalate
Output Contract
Return findings first, ordered by severity, and include:
verdictscopedraftrelated ADRspublic docsspecssrctestsissue / PR context
findings
Each finding should include:
typedecision-gapscope-conflictevidence-riskrollout-gapownership-escalation
severitysummarywhy it matterssuggested revisionevidencedraftrelated sources
Also include top-level:
open questionsresidual risks
Do not silently rewrite the ADR text. If the review hits a human-owned decision, return escalate instead of inventing a final policy.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
adr-suggester
Determine whether a change in ExStruct needs an ADR, using repository-specific governance and criteria. Use when reading an issue, PR, review thread, or diff and you need a verdict of required, recommended, or not-needed, plus candidate ADR titles and related existing ADRs.
adr-linter
Review an ExStruct ADR draft for required sections, status values, evidence quality, supersede links, and balanced consequences. Use when an ADR already exists in draft form and you need findings before review or merge.
adr-reconciler
Audit ExStruct ADRs against current specs, tests, and source code to detect policy drift, missing ADR updates, stale references, and evidence gaps. Use after merges, during periodic ADR audits, or when a review suspects that implementation and ADRs have diverged.
adr-drafter
Draft a new ExStruct ADR or propose an update to an existing ADR from an issue, PR, diff, tests, and specs. Use when an ADR is required or recommended and you need a structured draft with context, decision, consequences, and evidence.
codacy-issues-fetcher
Retrieve and format Codacy analysis issues by running `scripts/codacy_issues.py` in the ExStruct workspace. Use when users ask to inspect repository or pull-request Codacy findings, filter by severity, or produce structured issue output for review and fix planning.
adr-indexer
Maintain ExStruct ADR index artifacts by scanning ADR files and synchronizing README, index.yaml, and decision-map.md metadata. Use when ADRs are added, updated, superseded, or reclassified and the repository needs a refreshed ADR map for humans and AI agents.
Didn't find tool you were looking for?