adr-sync
ADR Sync
Translate ADR prose into executable validation declarations and verify that ADRs are actually wired to real checks.
Arguments
$ARGUMENTS may be a single ADR path or a directory. Default to docs/ADRs/ when omitted.
Examples:
/rna-mcp:adr-sync docs/ADRs/001-event-bus-extraction-pipeline.md/rna-mcp:adr-sync docs/ADRs
Goal
Make ADRs mechanically checkable without introducing a second source of truth.
The ADR markdown stays canonical. This skill:
- adds or updates thin frontmatter validation declarations
- points them directly at real repo executables
More from open-horizon-labs/repo-native-alignment
record
Record a business artifact (.oh/ metis, signal, guardrail, or outcome update). Use when capturing learnings, measurements, constraints, or updating outcome status.
4setup
Install and configure the Repo-Native Alignment (RNA) MCP server. Downloads the binary, configures the MCP server, pre-warms the code index, and updates AGENTS.md with tool guidance.
3dead-code
Detect potentially dead code using RNA graph data. Finds public functions with zero non-test callers. No code changes needed — queries existing graph edges.
1review-readiness
Agent-led PR/working-tree review triage. Start from the diff, add RNA graph/business context only where it changes review decisions, and state when raw git diff is enough.
1arch-diagram
Generate an architecture diagram from RNA data. Queries frameworks, endpoints, entry points, and external service calls, then renders in the user's preferred format (d2, mermaid, plantuml, etc.).
1