Runs every building & house-style rule across your content in one pass — one green/red gate before you push. Same checks mrview uses, plus repo-wide structural rules. Read-only, in your browser; nothing leaves your computer.
Checks your content against the team's building & house-style rules and lists every issue in one report, grouped by severity, with a copy-paste fix-prompt. It never changes files.
Right before you push your branch — a final gate to catch slips (duplicate icons, "and" vs "&", missing scoring, broken references) that are easy to miss page-by-page.
mr-content folder once (status pill, top-right — Chrome or Edge).In Terminal, inside your repo, run git diff --name-only master...HEAD (or git status --porcelain), copy the output, and paste it into the Changed paths box. mrguard lints exactly those files, resolving references against the whole repo.
Duplicate icons / banners in a menu, broken references, slug > 50 chars, missing values banner / #### heading, wrong heading level, "and" that should be "&", stray tags: on a page, repeated words, placeholder text (TODO/TBD…), broken clone:, has-scoring with no committed scoring, surv-common-js not first, orphan locale files, notification window-schedules that may not fire, and clients missing from whitelists.