跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

ADR Verify

技能 已验证 活跃
属于:Ruflo Adr

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

目的

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.

功能

  • 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

使用场景

  • 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

非目标

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

工作流

  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

实践

  • Documentation integrity
  • Code quality
  • CI/CD integration

先决条件

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

安装

请先添加 Marketplace

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

质量评分

已验证
95 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码