Analyze Commands
A curated collection of 3 analyze commands for building with AI coding agents.
Command
Audit Accessibility
Audit a component or page for accessibility against WCAG — semantics, names, keyboard, ARIA, contrast, forms, motion.
/audit-accessibility<file, component, or page to audit>
Command
Explain Error
Diagnose an error message or stack trace and propose a fix.
/explain-error<error message or stack trace>
Command
Trace Data Flow
Trace how a value, field, or variable flows through the codebase from source to sink.
/trace-data-flow<variable, field, or value to trace>