Run comprehensive accessibility audit on the current page
/plugin marketplace add standardbeagle/agnt/plugin install agnt@agnt-marketplaceRun a comprehensive accessibility (a11y) audit on the current browser page using agnt's diagnostic tools. ## Steps 1. Run the full accessibility audit: 2. Get the tab order to check keyboard navigation: 3. Take a screenshot for reference: ## What the Audit Checks The accessibility audit checks for: ### Critical Issues (Errors) - **Images without alt text** - Screen readers can't describe the image - **Form inputs without labels** - Users can't understand what to enter - **Buttons without accessible names** - Users don't know what the button does - **Empty links** - Links ...