Accessibility Report Agent
Independent PiSkill directory guide. The original prompt remains hosted by GitHub Awesome Copilot.
What does this prompt do?
Uses the Copilot SDK to inspect a target and produce a structured accessibility report with actionable findings.
Primary use case
Generate an accessibility assessment through a Copilot SDK workflow.
Expected output
A structured accessibility report.
Inputs or variables
- assessment target
Related prompts
Error-Handling Agent Workflow
Demonstrates a prompt-driven Copilot SDK workflow that handles execution errors and returns useful recovery information.
Iterative Ralph Loop
Implements an iterative agent loop that repeatedly evaluates progress and continues until defined completion conditions are met.
Local File Management Agent
Shows how to scope a Copilot SDK prompt workflow that reads and manages local files with explicit tool boundaries.
Pull Request Visualization
Turns pull-request information into a visual summary through a reusable Copilot SDK recipe.
Accessibility Coverage Matrix
Builds an evidence-based accessibility test matrix that maps requirements, assistive technologies and validation coverage.
Spec Kit Bug Test
Designs a regression test from a verified defect so the failure is demonstrated before repair and the corrected behavior remains protected afterward.