Skip to content

Export Markdown Csv

github-actions[bot] edited this page Feb 24, 2026 · 1 revision

export-markdown-csv

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.

When to Use It

  • 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

How to Launch It

In GitHub Copilot Chat:

/export-markdown-csv

Or specify the report path:

/export-markdown-csv MARKDOWN-ACCESSIBILITY-AUDIT.md

What to Expect

Step 1: Configuration

The agent asks two questions:

  1. Report path - which audit report to export (default: MARKDOWN-ACCESSIBILITY-AUDIT.md)
  2. Which CSV files - all three, or just findings, scorecard, or remediation tracker

Step 2: Export

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

Step 3: Output

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

Example Workflow

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

Related Prompts

Getting Started

Agents

Orchestrators

  • Accessibility Lead
  • Web Accessibility Wizard
  • Document Accessibility Wizard

Web Specialists

  • Alt Text and Headings
  • ARIA Specialist
  • Contrast Master
  • Forms Specialist
  • Keyboard Navigator
  • Link Checker
  • Live Region Controller
  • Modal Specialist
  • Tables Data Specialist

Document Specialists

  • Word Accessibility
  • Excel Accessibility
  • PowerPoint Accessibility
  • PDF Accessibility
  • Office Scan Config
  • PDF Scan Config

Learning

  • Testing Coach
  • WCAG Guide

Scanning

Tools

Advanced

Clone this wiki locally