Home / ronmizrahi / ai-sdlc-graph · plugins/sdlc-graph-viewer/skills/view-run/SKILL.md · GitHub

view-run skillB

view-run is agent-read markdown (skill) from ronmizrahi/ai-sdlc-graph: Generate a visual, LangSmith-style HTML view of an sdlc-graph run from its state file (docs/graph-runs/<run-id>/state.json) — the graph with the current node highlighted, next-step guards, the transition trace, milestones, retry counters vs bounds, and the skipped-gate ledger. Produces a self-contained snapshot HTML (openable and shareable anywhere). One invocation, no arguments: it works on the current directory, and asks which subproject when more than one has runs. Use this skill WHENEVER the.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# View Run

## Goal

Turn `docs/graph-runs/<run-id>/state.json` into something a human can *look at*: the run's position on
the graph, what can fire next and why, the full trace, and the ledger — without reading JSON.

## Use When

- The user wants to **see** a run rather than read its JSON — *"show me the run"*, *"where is the
  graph now"*, *"visualize the state"*, *"open the run viewer"*, *"what's the current state"*.
- They ask to **watch** a run as it happens, or for a page they can leave open.
- **`sdlc-graph` triggers this at run start** when the plugin is installed — that is the common case,
  and it expects the printed summary relayed verbatim.
- They want a **shareable snapshot** of a finished run to attach to a review or a report.

## Do Not Use When

- **Nothing has run yet.** No `docs/graph-runs/*/state.json` means there is nothing to render; say so
  rather than producing an empty page.
- **The question is "is this run sound?"** — that is the graph's own eval suite and the trail in
  `history[]`. This skill renders what the file says; it does not judge it.
- **Something needs changing.** This skill is read-only with respect to the run, always.

## Inputs
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ronmizrahi/ai-sdlc-graph/view-run@git:20260920.2a23c63
Exact content
mdr add ronmizrahi/ai-sdlc-graph/view-run@sha256:2dfb7180ae5e59ce

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_24vyovjq4t3ipvyb.svg)](https://markdownregistry.com/a/art_24vyovjq4t3ipvyb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.2a23c63 latest2026-09-20 2a23c63 21,457 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No script tag (matched: <script)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (21457 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address

Source

GitHub

ronmizrahi/ai-sdlc-graph · 10 stars · license MIT · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_24vyovjq4t3ipvyb
GET https://markdownregistry.com/api/v1/resolve?ref=ronmizrahi/ai-sdlc-graph/view-run
GET https://markdownregistry.com/api/v1/blob/2dfb7180ae5e59ced5979b3edb70ee9785c74075a9e229d2afc8d790b5cfc054

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from ronmizrahi/ai-sdlc-graph

CLAUDE.md claude
ronmizrahi/ai-sdlc-graph · CLAUDE.md
git:20260920.2a23c63 · audit A · 10 stars
sdlc-graph-engineering-install skill
ronmizrahi/ai-sdlc-graph · plugins/sdlc-graph-engineering-install/skills/sdlc-graph-engineering-install/SKILL.md · Install graph engineering into a project: take an existing process — skills, a runbook, a README, a CI pipeline, or…
git:20260920.2a23c63 · audit A · 10 stars
graph-run-reviewer skill
ronmizrahi/ai-sdlc-graph · plugins/sdlc-graph/skills/graph-run-reviewer/SKILL.md · Review a finished or stuck sdlc-graph run — read its state file, its milestone journals and (when it was traced) every…
git:20260920.2a23c63 · audit A · 10 stars
onboarding skill
ronmizrahi/ai-sdlc-graph · plugins/sdlc-graph/skills/onboarding/SKILL.md · Produce the sdlc-graph tooling checklist — walk the plugin's dependency roster, report tool by tool what this session…
git:20260921.a8ec703 · audit A · 10 stars
sdlc-graph skill
ronmizrahi/ai-sdlc-graph · plugins/sdlc-graph/skills/sdlc-graph/SKILL.md · Drive a feature end to end through the full SDLC as an explicit guarded graph — spec, plan, branching strategy, then…
git:20260921.a8ec703 · audit A · 10 stars

Every file in ronmizrahi/ai-sdlc-graph

Browse by kind, by grade B, or by owner.