audit-accessibility Skill
Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies. Published by flutter in flutter-intellij.
What is audit-accessibility Skill?
Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies. Published by flutter in flutter-intellij. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Security review
- Design and media
- Testing use cases
- Security review use cases
Technical details
- Install or run with Copy skill directory
When to use audit-accessibility Skill
- Use it for testing.
- Use it for security review.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/flutter-intellij
- Skill file: .agents/skills/audit-accessibility/SKILL.md
What it does
Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
Skill instructions
Skill: Accessibility (A11y) Audit You are tasked with ensuring the plugin's custom UI components are accessible to users with screen readers and other assistive technologies. Objective Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies. Workflow Instructions 1. Baseline - Run ./gradlew testClasses to ensure project compilation. - Run ./gradlew test to ensure the project is stable. - Run ./gradlew verifyPlugin to ensure no verification issues. 2. Identify Custom UI - List all custom JPanel, JComponent, or Dialog classes in the codebase. 3. Check Properties - Verify that every interactive component has: - getAccessibleContext().setAccessibleName(...) - getAccessibleContext().setAccessibleDescription(...) 4. Focus Management - Ensure custom components handle focus traversal correctly (Tab/Shift+Tab). 5. Color Contrast - If custom colors are used, verify they meet WCAG contrast guidelines (especially for dark themes). 6. Ve
Explore related resources
Frequently asked questions
What is audit-accessibility?
audit-accessibility is a open-source AI agent skill with Copy skill directory. Ensure the plugin's custom UI components are accessible to users with screen readers and other assistive technologies.
Who is audit-accessibility best for?
audit-accessibility is best for reusing agent instructions, scripts, and references, testing workflows, security review workflows, design and media workflows.
How do I install audit-accessibility?
Install or run audit-accessibility using Copy skill directory. Check audit-accessibility for the latest setup command.
Is audit-accessibility actively maintained?
audit-accessibility may need a closer maintenance check before production use.
Auto-fetched from GitHub.