Skip to content
agentscamp

Analyze Commands

Explore 3 curated analyze commands for building with AI coding agents — what each one does, when to use it, and how to add it to your workflow.

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>