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 CSS review. Do not impose any CSS style; new or modified CSS must respect the convention already present. Detect from postcss.config, .stylelintrc, and existing CSS/HTML — enforce consistency. If no convention found, propose as Suggestion only.
block__element--modifier). [Important]!important used when an alternative exists (fix specificity or cascade). [Suggestion]!important in a file or used as default — Important when used habitually as shortcut. [Important]9999) — prefer centralized system (CSS variables, stacking contexts). [Suggestion]#FF6600) — use lowercase. [Minor]margin-top when component is not optional — prefer margin-bottom. [Suggestion]normal/bold instead of numeric values (400, 700). [Minor]will-change or translateZ(0) for compositing. [Suggestion]will-change applied globally (e.g. on * or body) or on too many elements. [Important]top/left, width/height) on hot paths — prefer transform and opacity. [Important]