-
Notifications
You must be signed in to change notification settings - Fork 25
Export Markdown Csv
github-actions[bot] edited this page Feb 24, 2026
·
1 revision
Export markdown accessibility audit findings to CSV files with WCAG understanding document links and markdownlint rule references. Opens in Excel, Google Sheets, or any spreadsheet tool. Import into issue trackers for team-based remediation workflows.
- You have a completed markdown audit report and need to share findings with stakeholders who prefer spreadsheets
- You want to import accessibility issues into Jira, GitHub Issues, or Azure DevOps as work items
- You need a prioritized remediation tracker with effort estimates and ROI scores
- You want every issue linked to its WCAG understanding document for quick reference
In GitHub Copilot Chat:
/export-markdown-csv
Or specify the report path:
/export-markdown-csv MARKDOWN-ACCESSIBILITY-AUDIT.md
The agent asks two questions:
-
Report path - which audit report to export (default:
MARKDOWN-ACCESSIBILITY-AUDIT.md) - Which CSV files - all three, or just findings, scorecard, or remediation tracker
The agent reads the audit report, extracts all findings, and generates CSV files with:
- UTF-8 encoding with BOM for Excel compatibility
- Markdownlint rule ID or custom domain-based rule ID for every issue
- WCAG success criterion mapping
- Severity and confidence levels
- Auto-fixability indicator
- WCAG understanding document URL
- Suggested remediation text
Files are saved alongside the audit report:
-
MARKDOWN-ACCESSIBILITY-FINDINGS.csv- all issues with help links (one row per finding) -
MARKDOWN-ACCESSIBILITY-SCORECARD.csv- file-level scores and grades -
MARKDOWN-ACCESSIBILITY-REMEDIATION.csv- prioritized action items sorted by ROI
1. Run: /audit-markdown
2. Review: MARKDOWN-ACCESSIBILITY-AUDIT.md
3. Run: /export-markdown-csv
4. Import: MARKDOWN-ACCESSIBILITY-FINDINGS.csv into Jira
5. Fix issues, then run /compare-markdown-audits to track progress
- audit-markdown - run a full markdown audit first
- fix-markdown-issues - interactive fix mode from audit report
- compare-markdown-audits - track remediation progress
- export-web-csv - equivalent CSV export for web audits
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide