sanity-radar
Installation
SKILL.md
Studio Radar
Radar answers repo-health questions without opening CI logs: is studio performance drifting on
main, what did a run look like, which commit broke it, what shipped when. It is a Sanity Studio
(dev/radar, deployed at https://radar.sanity.dev) reading a dataset that CI writes. The design
record is dev/radar/SPEC.md — read the section for the view you touch, and update it when
behavior changes. For regression hunting use sanity-radar-investigate; for producing the data
use sanity-bench.
Tools (URL path = tool name)
| Tool | Path | Shows |
|---|---|---|
| Trends | /trends |
Small multiples per scenario·metric on main: p50 line, p75–p90 band, host calibration (dotted), drift baseline overlay (dashed before / solid after), release ticks. Default view. |
| Releases | /releases |
Every synced v* tag: dist-tags, downloads, changelog links, regressions bisect attributed to it. |
| Bisect | /bisect |
Guided first-parent bisect over gitCommit using each commit's test-studio preview build. |
| Diagnostics | /diagnostics |
Paste a studio diagnostics JSON, render it (in-studio twin of dev/studio-diagnostics-viewer). |
| Structure | /structure |
Raw documents. |
| Comparisons | /comparisons |
Stored mode: "ab" runs from A/B dispatches, verdict per metric. |