review-readiness
/review-readiness
Decide whether RNA context makes a PR or working-tree diff easier to review, then produce the smallest useful review map.
This is a skill, not a fixed report generator. The agent chooses the probes that fit the change. The point is not to prettify git diff; it is to answer review questions that raw diff cannot answer cheaply:
- Which changed symbols are structurally important?
- Which callers, outcomes, guardrails, or docs should a reviewer inspect?
- Which missing metadata actually blocks review, and which does not matter?
- Where is RNA adding value, and where is plain diff already the right artifact?
If RNA adds no value for the current diff, say that directly and review from the diff.
Arguments
$ARGUMENTS may identify the change to inspect:
- empty: current working tree diff
--base main:main...HEAD
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.
3adr-sync
Backfill ADR frontmatter with direct executable validation refs, compile/check ADR validation manifests, and report missing real checks without inventing them.
1dead-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.
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