nx-docs-style-check

Validate modified Nx docs pages against the astro-docs STYLE_GUIDE.md.

1|Updated Jun 3, 2025
One-click install
npx skills add https://github.com/jaysoo/dot-ai-config --skill nx-docs-style-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-docs-style-check
Source: https://github.com/jaysoo/dot-ai-config/tree/main/dot_gemini/skills/nx-docs-style-check
Command: npx skills add https://github.com/jaysoo/dot-ai-config --skill nx-docs-style-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate modified Nx documentation pages against the astro-docs STYLE_GUIDE.md to ensure consistency and quality across docs.

Core Features & Use Cases

  • Frontmatter validation: ensures required fields and proper title formatting.
  • Structural checks: verify headings, code blocks have language tags, internal links use relative paths.
  • Style & tone enforcement: align terminology (Nx), tone, and callout syntax to the guide.
  • Migration & review readiness: detects issues before PRs and reviews.

Quick Start

Run the style check after editing any nx docs page to verify alignment with astro-docs STYLE_GUIDE.md.

Frequently Asked Questions about nx-docs-style-check

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

FAQPage Schema
How do I validate Nx docs against the astro style guide?

To validate Nx docs against the astro style guide, run an automated style check on modified MD and MDX files. This process verifies frontmatter, headings, code blocks, links, callouts, terminology, and tone to ensure consistency before commits or reviews.

What does markdown linting check in Nx documentation?

Markdown linting in Nx documentation checks frontmatter field validity, heading structure, code block language tags, and internal relative links. It also enforces callout syntax, Nx terminology alignment, and tone according to the astro-docs STYLE_GUIDE.md.

How do I check MDX frontmatter formatting for Nx docs?

Checking MDX frontmatter formatting for Nx docs involves validating required fields and ensuring proper title formatting. The style check automatically identifies missing or incorrectly formatted frontmatter in modified MD and MDX files within the nx repo.

Does the Nx docs style check work with MDX files?

Yes, the Nx docs style check works with both MD and MDX files in the nx repo. It validates modified astro-docs content pages against the style guide, checking structural elements like code blocks and internal links during doc edits or review prompts.

When should I run a docs style check during Nx development?

You should run a docs style check during Nx development after editing any documentation page and before creating pull requests. Running it pre-review detects structural, terminology, and formatting issues early, ensuring documentation meets style guide consistency requirements.