Agent skill · Documentation

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/ce-adr-gap-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Inputs
  2. Phase 1 — Understand the ADR intent
  3. Phase 2 — Verify implementation against intent
  4. Phase 3 — Classify and score gaps
  5. Phase 4 — Update the ADR status appendix
  6. Key principles
  7. Files to read
  8. Notes and constraints
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going