Use when asked to review a MR/PR on GitHub or GitLab. Checks for XSS vulnerabilities, validates ARIA attributes and WCAG compliance, identifies render-blocking issues and race conditions, enforces semantic HTML. Produces actionable feedback.
93
93%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Reference standards for image and SVG asset optimization.
width and height (or aspect-ratio) on images (prevents CLS). [Important]loading="lazy" below the fold. [Suggestion]xmlns when HTML5 parser handles it. [Minor]width/height instead of viewBox. [Important]viewBox only, size via CSS on <use> or wrapper. [Important]aria-hidden="true". [Important]font-display: swap (or project-appropriate value) — avoid FOIT, improve LCP/CLS. [Suggestion]<link rel="preload"> when relevant. [Suggestion]font-display. [Important]