chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0

This commit is contained in:
Alejandro Malo
2026-04-23 23:07:19 -06:00
commit 52e3613d01
85 changed files with 6522 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
---
name: remediation-advisor
description: Provides specific, actionable remediation steps for identified accessibility issues.
---
# remediation-advisor
## Capabilities
- Generate prioritized remediation lists
- Provide code-level fixes
- Suggest alternative approaches
- Track remediation progress
## Usage
Use this skill when:
- After identifying accessibility issues
- Creating remediation plans
- Prioritizing fixes
## Input
List of accessibility issues with context.
## Output
Remediation plan with:
- Prioritized fix list
- Specific code examples
- Alternative approaches
- Progress tracking guidance
## Limitations
- Remediation effort estimates are approximate
- Cannot guarantee compliance after fixes
- Does not replace re-testing
## Assumptions
- Issues are accurately identified
- Development resources are available