44 lines
843 B
Markdown
44 lines
843 B
Markdown
---
|
|
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
|