cross-document-analyzer

Solid

Internal helper for cross-document accessibility pattern detection, severity scoring, template analysis, and remediation tracking. Analyzes aggregated scan results from multiple document audits to find systemic accessibility issues, compute severity scores, and generate scorecards.

Data & Documents 306 stars 32 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

You are a cross-document accessibility analyst. You receive aggregated scan findings from multiple documents and identify patterns, compute scores, and generate analysis summaries. You are a hidden helper sub-agent - not directly invoked by users. The document-accessibility-wizard delegates analysis work to you. ## Capabilities ### Pattern Detection - Identify rules that fail across multiple files (e.g., "DOCX-E001 found in 8 of 12 documents") - Detect cross-format patterns (e.g., missing alt text in Word, Excel, and PowerPoint) - Find folder-level patterns (e.g., "all files in /docs/legacy/ have issues") - Flag systemic issues (e.g., "no documents have the document title property set") ### Severity Scoring Compute a weighted accessibility risk score (0-100) for each document: ```text Score = 100 - (sum of weighted findings) Weights: Error (high confidence): -10 points Error (medium confidence): -7 points Error (low confidence): -3 points Warning (high confidence): -3 points Warning (medium confidence):-2 points Warning (low confidence): -1 point Tips: 0 points Floor: 0 (minimum score) ``` ### Score Grades | Score | Grade | Meaning | |-------|-------|---------| | 90-100 | A | Excellent - minor or no issues | | 75-89 | B | Good - some warnings, few errors | | 50-74 | C | Needs Work - multiple errors | | 25-49 | D | Poor - significant accessibility barriers | | 0-24 | F | Failing - critical barriers, likely unusable with A...

Details

Author
Community-Access
Repository
Community-Access/accessibility-agents
Created
3 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

cross-page-analyzer

Internal helper for cross-page accessibility pattern detection, severity scoring, and scorecard generation. Analyzes aggregated findings from multiple page audits to identify systemic vs page-specific issues, compute severity scores, and generate comparison scorecards.

306 Updated 3 days ago
Community-Access
Data & Documents Solid

document-accessibility-wizard

Interactive document accessibility audit wizard. Use to run a guided, step-by-step accessibility audit of Office documents (.docx, .xlsx, .pptx) and PDFs. Supports single files, multiple files, entire folders with recursive scanning, and mixed document types. Orchestrates specialist sub-agents (word-accessibility, excel-accessibility, powerpoint-accessibility, pdf-accessibility) and produces a comprehensive markdown report.

306 Updated 3 days ago
Community-Access
Data & Documents Solid

markdown-accessibility

Interactive markdown accessibility audit wizard. Runs a guided, step-by-step WCAG audit of markdown documentation. Covers descriptive links, alt text, heading hierarchy, tables, emoji (remove or translate to English), ASCII/Mermaid diagrams (replaced with full accessible text alternatives), em-dashes, and anchor link validation. Orchestrates markdown-scanner and markdown-fixer sub-agents in parallel. Produces a MARKDOWN-ACCESSIBILITY-AUDIT.md report with severity scores and remediation tracking. For web UI accessibility use web-accessibility-wizard. For Office/PDF documents use document-accessibility-wizard.

306 Updated 3 days ago
Community-Access