Quality Commands
All quality commands follow an audit → fix → verify cycle and can run at any development stage.
| Command | Focus |
|---|---|
performance | Performance bottlenecks — LCP, CLS, INP, page weight |
audit | Comprehensive assessment — performance, SEO, accessibility, code quality, best practices. Produces a prioritized fix report. |
seo | Theme-level SEO — meta tags, structured data, social meta, semantic HTML, crawlability |
accessibility | WCAG 2.1 Level AA — keyboard nav, screen reader support, colour contrast, focus management, ARIA patterns |
performance
Section titled “performance”Analyses performance bottlenecks including Largest Contentful Paint, Cumulative Layout Shift, Interaction to Next Paint, and total page weight.
performanceRuns a comprehensive assessment across performance, SEO, accessibility, code quality, and best practices. Produces a prioritized fix report.
auditTheme-level SEO analysis — meta tags, structured data, social meta tags, semantic HTML, and crawlability.
seoaccessibility
Section titled “accessibility”WCAG 2.1 Level AA compliance — keyboard navigation, screen reader support, colour contrast, focus management, and ARIA patterns.
accessibility