report-generation

Format accessibility audit reports, compute severity scores, and export VPAT/ACR compliance documents.

41|42|Updated Apr 6, 2021
One-click install
npx skills add https://github.com/gc-da11yn/gc-da11yn.github.io --skill report-generation-gc-da11yn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-generation
Source: https://github.com/gc-da11yn/gc-da11yn.github.io/tree/main/.github/skills/report-generation
Command: npx skills add https://github.com/gc-da11yn/gc-da11yn.github.io --skill report-generation-gc-da11yn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the formatting, scoring, and export of accessibility audit reports, making it easier to generate comprehensive and compliant documents.

Core Features & Use Cases

  • Audit Report Formatting: Automates the creation of DOCUMENT-ACCESSIBILITY-AUDIT.md reports.
  • Severity Scoring: Computes document severity scores and grades.
  • Compliance Export: Generates VPAT/ACR compliance exports.
  • Use Case: Ideal for organizations that need to regularly audit document accessibility and produce compliance reports.

Quick Start

Generate an audit report for the current project with the command: generate-audit-report.

Frequently Asked Questions about report-generation

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

FAQPage Schema
How do I automate accessibility audit reporting and compliance exports?

Automating accessibility audit reporting requires Python scripts to format findings, compute severity scores, and generate compliance documents. This process automatically creates the `DOCUMENT-ACCESSIBILITY-AUDIT.md` report and exports VPAT/ACR files.

What is a VPAT compliance export and when do I need it for document accessibility?

A VPAT compliance export is an Accessibility Conformance Report documenting how your documents meet accessibility standards. You need it when submitting to organizations requiring documented accessibility compliance verification.

How do I compute document severity scores and grades for accessibility audits?

Computing document severity scores and grades requires running Python scripts to analyze audit findings and calculate compliance metrics. The system processes accessibility violations to generate a scored audit report.

Does this accessibility reporting automation require Python to format audit reports?

Yes, this accessibility reporting automation requires Python scripts for processing and analysis. The scripts handle the formatting of audit findings and generate the final compliance documents.

What is the best way to generate a document accessibility audit report for my project?

The best way to generate a document accessibility audit report is using the `generate-audit-report` command, which automates formatting, calculates severity scores, and creates compliance exports for the current project.