figma-a11y-audit

Installation
SKILL.md

Figma A11y Audit

Generate formatted Excel accessibility audit reports from Figma file comments, with visual evidence screenshots of each issue.

How it works

Accessibility auditors leave structured comments in Figma files while reviewing designs. This skill reads those comments via the figma-console MCP server, parses them into structured data, captures a PNG of the affected component as evidence, and produces a styled Excel spreadsheet ready for handoff.

Prerequisites

This skill depends on the figma-console MCP server to communicate with Figma. If the user hasn't set it up yet, read references/setup.md and guide them through the setup process. The requirements are:

  1. Figma Desktop app (not browser) with the Desktop Bridge plugin installed and running
  2. figma-console MCP server configured in .vscode/mcp.json with a Figma Personal Access Token
  3. Python 3 with openpyxl (pip3 install openpyxl) for Excel generation

Audit comment format

Each audit comment in Figma follows this structure:

Installs
12
GitHub Stars
27
First Seen
Mar 14, 2026
figma-a11y-audit — weaaare/a11y-agents-kit