Agent skill
audit-close-a11y
(ePost) Mark an accessibility finding as resolved
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
- Load
.epost-data/a11y/known-findings.json - Find the finding object with
idmatching the argument - If not found, report error with available IDs
- If already
resolved: true, report it's already resolved - Set
"resolved": trueand"resolved_date": "<today YYYY-MM-DD>" - Update top-level
"last_reviewed_date"to today - 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?