Quick-Run
Ship a docs change? Run this in under 10 minutes. Run the Quick-Run or Open the Proof Run.
Trigger
- You edited or moved a Markdown file
- CI passed but a reviewer flagged a broken link, asset, or embed
- You need a receipt that the surface still works
Prep
pnpm installonce per workstation- Keep
rgavailable for link search/replace
Run it
- Open the edited page and scan for obvious regressions (links, images, embeds).
- Run the automated check that matches your change scope:
- Single page →
pnpm run guard --filter <file> - Multiple files →
pnpm run guard
- Single page →
- Read the first failure. Fix that path before addressing the rest; it usually cascades.
- Search for ghosts. Use
rg broken-slugto update every occurrence of the old link. - Re-run the guard until it exits 0.
- Capture a receipt (terminal output or screenshot) and drop it in the PR or issue.
Receipt
- Guard command exits 0
- PR or issue contains the receipt screenshot or log
- Reviewer can click the changed page without hitting errors
Stop rule
If you spend more than 10 minutes chasing failures or the guard stays red after two fixes, stop and escalate: run the Link drift Proof Run or open a kl,question issue with the failing slug.
Related references
- Fast support index — Interrupt flows for anything that blocks shipping.
- State ledger — Update the release entry when logging a change.

