csv-to-mdx

Audit MDX articles from Salesforce-to-Domo conversions and propose corrections.

7|2|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DomoApps/domo-documentation-hub --skill csv-to-mdx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: csv-to-mdx
Source: https://github.com/DomoApps/domo-documentation-hub/tree/main/.claude/skills/csv-to-mdx
Command: npx skills add https://github.com/DomoApps/domo-documentation-hub --skill csv-to-mdx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to review and audit an MDX article produced by the Salesforce-to-Domo programmatic conversion pipeline, identify issues the automated process cannot fix, and provide a corrected version.

Core Features & Use Cases

  • Audit MDX artifacts from Salesforce-to-Domo conversions for structure, accessibility, and formatting issues.
  • Apply standardized frontmatter wrapping, convert callouts to MDX components, and ensure repo-relative links.
  • Produce corrected MDX with consistent sections (Intro, Required Grants, Access, CRUD tasks, FAQ, Troubleshoot, Related Articles) and improved readability for knowledge-base editors.

Quick Start

Review the provided MDX article produced by the Salesforce-to-Domo conversion pipeline and return a corrected version with identified fixes.

Frequently Asked Questions about csv-to-mdx

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

FAQPage Schema
How do I fix MDX articles from a Salesforce-to-Domo conversion?

To fix MDX articles from a Salesforce-to-Domo conversion, you audit the file for structure and formatting issues, apply frontmatter wrapping, convert callouts, and ensure repo-relative links. This produces a corrected MDX article with consistent sections.

What is the correct structure for a Domo knowledge-base MDX article?

The correct MDX article structure includes Intro, Required Grants, Access, CRUD tasks, FAQ, Troubleshoot, and Related Articles sections. Standardizing these sections ensures consistent readability and navigation for knowledge-base editors.

How do I standardize frontmatter and callouts in converted MDX files?

You standardize frontmatter and callouts in converted MDX files by applying consistent frontmatter wrapping and converting standard callouts into MDX components. This process preserves the original content meaning while enforcing formatting rules.

Why does my Salesforce-to-Domo MDX conversion have broken links?

Salesforce-to-Domo MDX conversions often have broken links because automated pipelines cannot resolve all paths. You correct these issues by ensuring all paths use repo-relative links to maintain proper document navigation.

Can I audit MDX conversion issues without losing original content?

You can audit MDX conversion issues without losing original content because the review process focuses on structure, accessibility, and formatting. It identifies automated pipeline errors and proposes corrections while preserving the original meaning.

Does the MDX audit process handle troubleshooting and FAQ sections?

The MDX audit process handles troubleshooting and FAQ sections by checking for their presence and consistency within the document. It ensures these standardized sections are correctly formatted for the knowledge base.