chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0
This commit is contained in:
43
skills/remediation-advisor/SKILL.md
Normal file
43
skills/remediation-advisor/SKILL.md
Normal 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
|
||||
Reference in New Issue
Block a user