Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
community-access avatar

Report Generation

  • 191 installs
  • 381 repo stars
  • Updated August 4, 2026
  • community-access/accessibility-agents

Compile Lighthouse findings, manual checks, and legal mapping into stakeholder-ready accessibility reports with prioritized fixes and evidence for release approval.

About

report-generation from accessibility-agents turns accessibility scan and mapping outputs into formal audit reports for SaaS, ecommerce, and content launches. It helps agents deliver prioritized violation lists, executive summaries, and remediation plans during ship-phase review and stakeholder approval.

  • Aggregates multi-source a11y findings
  • Prioritizes fixes by impact
  • Produces reviewer-ready summaries
  • Supports compliance sign-off packets
  • Tracks remediation status

Report Generation by the numbers

  • 191 all-time installs (skills.sh)
  • Ranked #347 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/community-access/accessibility-agents --skill report-generation

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs191
repo stars381
Last updatedAugust 4, 2026
Repositorycommunity-access/accessibility-agents

What it does

Compile Lighthouse findings, manual checks, and legal mapping into stakeholder-ready accessibility reports with prioritized fixes and evidence for release approval.

Files

SKILL.mdMarkdownGitHub ↗

<!-- CANONICAL SOURCE: .github/skills/report-generation/SKILL.md -- Edit the canonical source; sync to Gemini via scripts/check-gemini-sync.ps1 -->

Report Generation

Report File

Default output: DOCUMENT-ACCESSIBILITY-AUDIT.md in the project root.

Required Sections

Every audit report MUST include these sections:

1. Audit Information - date, auditor, profile, scope, counts 2. Executive Summary - totals, pass rate, most common issue, effort estimate 3. Cross-Document Patterns - recurring issues, systemic failures 4. Findings by File - per-document issues with rule ID, severity, location, WCAG, impact, remediation 5. Findings by Rule (Cross-Reference) - rule-level aggregation across files 6. What Passed - acknowledge clean documents and categories 7. Remediation Priority - ordered by impact (Immediate / Soon / When Possible) 8. Accessibility Scorecard - per-document scores and grades 9. Metadata Dashboard - document properties health 10. Confidence Summary - breakdown by confidence level

Optional Sections (include when applicable)

  • Template Analysis - when batch scanning detects shared templates
  • Comparison Report - when re-scanning against a baseline
  • CI/CD Recommendations - when no config files exist

Severity Scoring Formula

Document 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

ScoreGradeMeaning
90-100AExcellent - minor or no issues
75-89BGood - some warnings, few errors
50-74CNeeds Work - multiple errors
25-49DPoor - significant accessibility barriers
0-24FFailing - critical barriers, likely unusable with AT

Organization Modes

ModeDescriptionBest For
By fileGroup all issues under each documentSmall batches (< 10 files)
By issue typeGroup all instances of each rule across documentsSeeing patterns
By severityCritical first, then serious, moderate, minorPrioritizing fixes

VPAT/ACR Compliance Export

Conformance Levels

LevelCriteria
SupportsNo findings for this WCAG criterion across any document
Partially SupportsSome documents pass, some fail
Does Not SupportAll or most documents fail
Not ApplicableCriterion does not apply to scanned document types

Supported VPAT Editions

  • VPAT 2.5 (WCAG) - maps to WCAG 2.2 criteria
  • VPAT 2.5 (508) - maps to Revised Section 508 standards
  • VPAT 2.5 (EN 301 549) - maps to EU accessibility directive
  • VPAT 2.5 (INT) - International edition (all three combined)

Remediation Tracking

When comparing against a baseline audit report:

StatusMeaning
FixedIssue was in previous report but is now resolved
NewIssue was not in previous report but appears now
PersistentIssue remains from previous report
RegressedIssue was previously fixed but has returned

Progress Metrics

  • Issue reduction percentage: (fixed / previous_total) * 100
  • Score change: current_score - previous_score
  • Documents improved: count of documents with higher scores

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.