epub-scan-config

Manage `.a11y-epub-config.json` files for ePub accessibility audit rule customization and severity filtering.

387|42|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Community-Access/accessibility-agents --skill epub-scan-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epub-scan-config
Source: https://github.com/Community-Access/accessibility-agents/tree/main/.gemini/extensions/a11y-agents/skills/epub-scan-config
Command: npx skills add https://github.com/Community-Access/accessibility-agents --skill epub-scan-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of ePub accessibility scan configurations, allowing users to precisely control which rules are applied and at what severity level, ensuring compliance with accessibility standards.

Core Features & Use Cases

  • Rule Management: Enable or disable specific EPUB accessibility rules.
  • Severity Filtering: Set the minimum severity level for reported issues (error, warning, tip).
  • Profile Presets: Quickly apply predefined configurations like 'Strict', 'Moderate', or 'Minimal'.
  • Use Case: When auditing an ePub for accessibility, you can use this Skill to disable a known false-positive rule or to focus only on critical errors.

Quick Start

Use the epub-scan-config skill to create a new configuration file with the moderate profile preset.

Frequently Asked Questions about epub-scan-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure ePub accessibility scans to only report critical errors?

To configure ePub accessibility scans for critical errors, use this Skill to manage the `.a11y-epub-config.json` file and set the minimum severity filtering level to error. This restricts audit reports to critical issues only.

What are the available presets for ePub document accessibility rule management?

Available ePub document accessibility rule management presets include Strict, Moderate, and Minimal profiles. These predefined configurations allow you to quickly apply varying levels of WCag compliance checks to your `.a11y-epub-config.json` file.

Can I disable specific WCAG rules during an ePub accessibility audit?

Yes, you can disable specific WCAG rules during an ePub accessibility audit by modifying the `.a11y-epub-config.json` file. This rule management feature allows you to turn off known false-positive rules before running the document accessibility scan.

Does the document-accessibility-wizard support internal invocation of ePub scan configurations?

Yes, the document-accessibility-wizard supports internal invocation of this Skill to apply ePub scan configurations. It uses the defined JSON schema within the `.a11y-epub-config.json` file to determine which accessibility rules to enforce during the audit.

What is the JSON schema requirement for setting up an ePub accessibility scan configuration file?

Setting up an ePub accessibility scan configuration requires strict adherence to a defined JSON schema within the `.a11y-epub-config.json` file. This schema structures your rule management and severity filtering settings for accurate accessibility audits.