dev-markdown-lint

Lint Markdown files with markdownlint-cli2 and report errors with file and line information.

36|6|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Nebulavenus/forge-gpu --skill dev-markdown-lint-nebulavenus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-markdown-lint
Source: https://github.com/Nebulavenus/forge-gpu/tree/main/.claude/skills/dev-markdown-lint
Command: npx skills add https://github.com/Nebulavenus/forge-gpu --skill dev-markdown-lint-nebulavenus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps maintain consistent Markdown quality by detecting formatting and style issues in Markdown files and offering automated fixes.

Core Features & Use Cases

  • Linting: Spot common Markdown problems like missing language tags, inconsistent tables, and trailing whitespace.
  • Auto-fix: Apply safe, automated corrections with an optional --fix flag.
  • CI integration: Enforce markdown standards in pull requests and on commit hooks.

Quick Start

Run the skill to scan your repository's Markdown files and optionally auto-fix issues.

Frequently Asked Questions about dev-markdown-lint

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

FAQPage Schema
How do I lint and auto-fix Markdown formatting issues in my repository?

To lint and auto-fix Markdown formatting issues, scan your repository's Markdown files and apply automated corrections using an optional --fix flag. This process detects missing language tags, inconsistent tables, and trailing whitespace, ensuring consistent style across documentation.

Can I enforce Markdown linting standards in CI pipelines and pre-commit checks?

Yes, you can enforce Markdown linting standards in CI pipelines and pre-commit checks. The tool validates files against a .markdownlint-cli2.jsonc configuration and reports errors with file and line information to maintain consistent documentation quality.

What common Markdown style problems does markdownlint-cli2 identify?

Markdownlint-cli2 identifies common style problems such as missing language tags on code blocks, inconsistent table formatting, and trailing whitespace. It scans files to detect these issues and reports them with specific file and line information.

Do I need a configuration file to customize Markdown linting rules?

Yes, you can use a .markdownlint-cli2.jsonc configuration file to customize Markdown linting rules. The linter validates your files against this configuration, allowing you to enforce specific style preferences across your documentation.

What is the best way to ensure consistent style in READMEs and tutorials?

The best way to ensure consistent style in READMEs and tutorials is to scan them with a Markdown linter that detects formatting issues and applies automated fixes. This maintains quality in documentation-heavy projects by enforcing uniform style standards.