Agent Skills
› harumiWeb/exstruct
› adr-reconciler
adr-reconciler
GitHub审计决策记录(ADR)与当前规范、测试及源码的一致性,检测策略漂移、缺失更新、过时引用及证据缺口。适用于合并后、定期审计或怀疑实现与文档不一致时,输出详细发现矩阵及建议操作。
Trigger Scenarios
代码合并后验证
执行定期 ADR 审计
怀疑实现与 ADR 存在分歧
Install
npx skills add harumiWeb/exstruct --skill adr-reconciler -g -y
SKILL.md
Frontmatter
{
"name": "adr-reconciler",
"description": "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 Reconciler
Audit the current decision records before proposing new text.
Read
dev-docs/agents/adr-governance.mddev-docs/agents/adr-workflow.mddev-docs/specs/adr-index.md- Target ADRs under
dev-docs/adr/ - Related files under
dev-docs/specs/,tests/, andsrc/
Workflow
- Select the target ADRs from changed domains, explicit ADR IDs, or related index entries.
- Read each ADR claim and the linked specs, tests, and implementation paths.
- Build an evidence matrix for every finding:
adrspecssrctests
- Classify findings as one of:
policy-driftmissing-adr-updatemissing-evidencestale-reference
- Recommend the next action:
update-adrnew-adrupdate-specsadd-testsno-action
Output Contract
Return a concise audit result with:
scopeadrsspecssrctests
findings
Each finding should include:
typeseverityclaimaffected ADRsevidence matrixadrspecssrctests
recommended action
Do not silently rewrite ADR text. If the finding implies a new or changed policy, route back through adr-suggester and adr-drafter.
Version History
- 92bc120 Current 2026-07-05 14:53


