report-generation

Generate formatted accessibility audit reports with severity scores and VPAT/ACR exports.

Updated Aug 16, 2025
One-click install
npx skills add https://github.com/dodyg/blue-nile-pds --skill report-generation-dodyg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: report-generation
Source: https://github.com/dodyg/blue-nile-pds/tree/main/.agents/skills/report-generation
Command: npx skills add https://github.com/dodyg/blue-nile-pds --skill report-generation-dodyg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a consistent, auditable way to format document accessibility audits, quantify severity across documents, and produce compliance exports so teams can prioritize remediation and report progress to stakeholders.

Core Features & Use Cases

  • Standardized report structure and required sections that ensure audit completeness and comparability across scans.
  • Severity scoring formula and grade boundaries to convert findings into a 0-100 score and A-F grade for each document.
  • Cross-document aggregations, scorecards, remediation priority lists, and VPAT/ACR export mappings for compliance reporting.
  • Use Case: Run a batch accessibility scan, compute per-document scores, generate a DOCUMENT-ACCESSIBILITY-AUDIT.md, and export VPAT/ACR summaries for procurement or legal review.

Quick Start

Use the report-generation skill to create DOCUMENT-ACCESSIBILITY-AUDIT.md, compute per-document severity scores and grades, and export VPAT/ACR compliance summaries.

Frequently Asked Questions about report-generation

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

FAQPage Schema
How do I generate a document accessibility audit report from WCAG scan findings?▼

You can generate a document accessibility audit report by processing scanned files to aggregate findings, apply a standardized report structure, and output a formatted markdown audit file with required compliance sections.

How is accessibility severity scoring calculated for scanned documents?▼

Accessibility severity scoring converts findings into a 0-100 numeric score and A-F grade using a weighted severity calculation formula, producing pass rates and compliance conformance mappings for each document.

Can I export VPAT or ACR compliance summaries from cross-document accessibility audits?▼

Yes, VPAT and ACR compliance summaries can be exported by applying cross-document aggregations and mapping findings to compliance conformance levels, producing summaries suitable for procurement or legal review.

What is the best way to prioritize remediation for document accessibility findings?▼

Remediation prioritization is achieved by analyzing the generated scorecards and weighted severity scores from the audit, producing a prioritized list of findings to track progress and address critical compliance issues first.

Does this accessibility audit approach work for batch processing multiple files?▼

Yes, this approach supports batch accessibility audits by applying cross-document aggregations to multiple scanned files, computing per-document scores, and generating unified scorecards and remediation priority lists for reporting.

Why do I need a standardized format for document accessibility reports?▼

A standardized report structure ensures audit completeness and comparability across scans, providing an auditable way to quantify severity across documents and produce consistent compliance exports for stakeholder reporting.