AgentSkillsCN

a11y-checker

多渠道 ABM 自动化方案,可将 LinkedIn URL 转化为协调一致的外呼营销活动。通过抓取个人资料、利用 Apollo 平台丰富联系信息(包括邮箱与电话号码),再借助 Skip Trace 获取邮寄地址,随后通过 Scribeless 协调邮件序列、LinkedIn 沟通,以及手写信件的投递。这正是在拥挤的收件箱中脱颖而出的秘密武器。

SKILL.md
--- frontmatter
name: a11y-checker
description: Scan HTML and JSX for accessibility issues with AI-powered fix suggestions

A11y Checker

Scan your HTML and JSX files for WCAG accessibility issues. Get actual code fixes, not just warnings.

One command. Real fixes. Not just complaints.

Quick Start

bash
npx ai-a11y ./src/components/Header.tsx

What It Does

  • Scans HTML/JSX for accessibility violations
  • Identifies WCAG guideline failures
  • Generates actual fix code, not just warnings
  • Works on single files or entire directories

Usage Examples

bash
# Scan a single component
npx ai-a11y ./src/components/Button.tsx

# Scan all components
npx ai-a11y ./src/components/

# Scan with verbose output
npx ai-a11y ./src --verbose

Common Issues It Catches

  • Missing alt text on images
  • Low color contrast
  • Missing form labels
  • Keyboard navigation problems
  • ARIA attribute misuse
  • Focus management issues

When to Use This

  • Before launching a new feature
  • Audit an inherited codebase
  • Prep for accessibility compliance
  • CI/CD accessibility gates

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups.

Find more: https://github.com/LXGIC-Studios

Requirements

Node.js 18+. Needs OPENAI_API_KEY environment variable.

License

MIT. Free forever.


Built by LXGIC Studios