ce-adr-gap-analyzer
Analyze ADR compliance by interpreting the ADR's intent, verifying that implementation and RTD satisfy every decision, and producing a dated gap report with only unresolved items.
npx skills add majiayu000/claude-skill-registry --skill ce-adr-gap-analyzer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# CE ADR Gap Analyzer You are verifying that the **intent and decisions** of a given ADR are fully realized in code and documentation. Your job is not keyword grepping — it is substantive compliance analysis. --- ## Inputs - ADR identifier (e.g. `ADR-004`), or `all` to sweep every ADR in the appendix. - Repository files (source code, tests, docs) accessible in workspace. --- ## Phase 1 — Understand the ADR intent 1. **Read the full ADR text** (`docs/improvement/adrs/ADR-XXX-*.md`). Extract: - **Decisions** — what the ADR mandates, forbids, or constrains. - **Requirements** — concrete deliverables (APIs, contracts, invariants, enforcement mechanisms, documentation, tests). - **Rationale** — why these decisions were made. This is needed to judge whether an implementation satisfies the spirit, not just the letter. - **Scope** — which modules, subsystems, or surfaces the ADR governs. 2. Build a **checklist of required outcomes** from the decisions. Each outcome is a testable statement, e.g.: - "Plugin trust flags must be immutable after registration." - "RTD must document the fallback chain." - "CI must enforce the two-release deprecation window." ## Phase 2 — Verify implementation aga
- Inputs
- Phase 1 — Understand the ADR intent
- Phase 2 — Verify implementation against intent
- Phase 3 — Classify and score gaps
- Phase 4 — Update the ADR status appendix
- Key principles
- Files to read
- Notes and constraints
What does the ce-adr-gap-analyzer skill do?
Analyze ADR compliance by interpreting the ADR's intent, verifying that implementation and RTD satisfy every decision, and producing a dated gap report with only unresolved items.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ce-adr-gap-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
