Audit Close A11Y

(ePost) Mark an accessibility finding as resolved

majiayu000 b38e392 2 files · 1.8 KB Updated 567 repo stars

File contents

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

{
  "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

majiayu000/claude-skill-registry-data/tree/main/quality/audit-close-a11y commit b38e392a3d

Frequently asked questions

npx skillmds add majiayu000/audit-close-a11y