Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

ADR Verify

Skill Verifiziert Aktiv
Teil von:Ruflo Adr

Read back adr-patterns + adr-edges namespaces, surface dangling refs / supersede cycles / status mismatches; exit 1 on cycles

Zweck

To ensure the health and consistency of ADR data by automatically detecting and reporting integrity issues within the graph, preventing data corruption and maintaining reliable documentation.

Funktionen

  • Detects dangling references in ADR graphs
  • Identifies supersede cycles
  • Surfaces status mismatches in ADRs
  • Provides clear exit codes for success and failure
  • Supports strict mode for CI integration

Anwendungsfälle

  • Verify ADR graph health immediately after running `adr-index`
  • Integrate into CI pipelines as a quality gate
  • Confirm graph integrity before publishing ADR-related releases

Nicht-Ziele

  • Populating the ADR graph (handled by `adr-index`)
  • Modifying ADR data
  • Resolving detected issues automatically

Workflow

  1. Execute the verification script
  2. Check for dangling references
  3. Check for supersede cycles
  4. Check for status mismatches
  5. Report findings via exit code and optional output

Praktiken

  • Documentation integrity
  • Code quality
  • CI/CD integration

Voraussetzungen

  • Node.js runtime
  • The `adr-index` skill or equivalent data generation

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-adr@ruflo

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commitabout 23 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen