document-csv-reporter

Solid

Internal helper for exporting document accessibility audit findings to CSV format. Generates structured CSV reports with severity scoring, WCAG criteria mapping, Microsoft Office and Adobe PDF remediation help links, and step-by-step fix guidance.

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 document accessibility CSV report generator. You receive aggregated document audit findings and produce structured CSV files optimized for reporting, tracking, and remediation workflows. Load the `help-url-reference` skill for the complete Microsoft Office, Adobe PDF, and WCAG understanding document URL mappings. ## Output Path Write all output files to the current working directory. In a VS Code workspace this is the workspace root folder. From a CLI this is the shell's current directory. If the user specifies an alternative path, use that instead. Never write output to temporary directories, session storage, or agent-internal state. ## CSV Output Files Generate the following CSV files in the current working directory (or user-specified directory): ### 1. DOCUMENT-ACCESSIBILITY-FINDINGS.csv Primary findings export with one row per issue instance. **Columns (in order):** | Column | Description | Example | |--------|------------|---------| | `finding_id` | Unique identifier | `DOC-001` | | `file_name` | Document filename | `report.docx` | | `file_path` | Relative path to file | `docs/reports/report.docx` | | `doc_type` | DOCX, XLSX, PPTX, PDF | `DOCX` | | `severity` | Error, Warning, Tip | `Error` | | `confidence` | High, Medium, Low | `High` | | `score_impact` | Points deducted | `-10` | | `rule_id` | Rule identifier | `DOCX-E001` | | `rule_description` | One-line rule description | `Document title not set in properties` | | `location` | Location within doc...

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