Agent skill

audit-close-a11y

(ePost) Mark an accessibility finding as resolved

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/audit-close-a11y

Metadata

Additional technical details for this skill

argument hint
<finding-id>

SKILL.md

Mark finding ID $ARGUMENTS as resolved in .epost-data/a11y/known-findings.json.

Instructions

  1. Load .epost-data/a11y/known-findings.json
  2. Find the finding object with id matching the argument
  3. If not found, report error with available IDs
  4. If already resolved: true, report it's already resolved
  5. Set "resolved": true and "resolved_date": "<today YYYY-MM-DD>"
  6. Update top-level "last_reviewed_date" to today
  7. Save the file

Output

json
{
  "finding_id": 3,
  "title": "Navigation bar buttons inaccessible",
  "platform": "ios|android|web",
  "wcag": "2.1.1",
  "status": "RESOLVED",
  "resolved_date": "2026-02-26"
}

Constraints

  • Only modify the targeted finding and last_reviewed_date
  • Do not modify any other findings or fields
  • If the finding ID does not exist, report error — do not create new entries

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results