Auto-fix common accessibility issues in components
/plugin marketplace add Lobbi-Docs/claude/plugin install lobbi-docs-chakra-react-toolkit-chakra-react-toolkit@Lobbi-Docs/claude[component-path] [--dry-run]# Accessibility Auto-Fix Command When this command is invoked, automatically fix common accessibility issues in the specified component(s). This command handles pattern-based fixes that don't require subjective decisions. ## Execution Steps 1. **Locate Target Components** - Read the specified component file(s) - If directory provided, find all .tsx/.jsx files with Glob - Parse component structure to identify fixable issues 2. **Identify Auto-Fixable Issues** - Scan for patterns that have deterministic fixes - Build a list of fixes to apply with their locations - Valida...