dev-markdown-lint

Detect and correct Markdown formatting issues in repository files with markdownlint-cli2.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317 --skill dev-markdown-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-markdown-lint
Source: https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317/tree/main/.claude/skills/dev-markdown-lint
Command: npx skills add https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317 --skill dev-markdown-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check and fix Markdown formatting issues in Markdown files across a repository to enforce consistent style and reduce review time.

Core Features & Use Cases

  • Automated Markdown linting across the entire codebase using markdownlint-cli2.
  • Auto-fix common formatting issues with the --fix option while preserving content integrity.
  • Integrates with CI, pre-commit hooks, and local workflows to maintain documentation quality.

Quick Start

Run the skill to lint all Markdown files in the repository using markdownlint-cli2.

Frequently Asked Questions about dev-markdown-lint

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

FAQPage Schema
How do I automate markdown linting across my repository documentation?

Automate markdown linting across repository documentation by running markdownlint-cli2 to detect formatting issues in READMEs, guides, and lesson content. The skill checks all Markdown files and enforces consistent style using project-specific configuration to reduce review time.

Can I auto-fix markdown formatting issues in CI and pre-commit workflows?

Yes, you can auto-fix markdown formatting issues in CI, pre-commit, and local development workflows using the optional --fix flag. The skill applies markdownlint-cli2 with project-specific configuration to correct common formatting issues while preserving content integrity.

What is the best way to enforce consistent markdown style in a codebase?

The best way to enforce consistent markdown style in a codebase is to integrate markdownlint-cli2 into your CI pipelines and local workflows. This automated detection and correction of formatting issues ensures documentation quality and reduces manual review time.

Does markdownlint-cli2 work with project-specific configuration files?

Yes, markdownlint-cli2 works with project-specific configuration files to customize linting rules. The skill applies these configurations across documentation, READMEs, guides, and lesson content, ensuring that formatting checks align with your repository's style requirements.

Why should I use automated markdown linting instead of manual formatting checks?

Automated markdown linting reduces review time by detecting and correcting formatting issues consistently across the entire codebase. Manual checks are error-prone and time-consuming, whereas markdownlint-cli2 integration in CI and pre-commit hooks maintains documentation quality automatically.

What types of markdown files does markdownlint-cli2 check in a repository?

Markdownlint-cli2 checks all Markdown files in a repository, including documentation, READMEs, guides, and lesson content. The skill applies across the entire codebase to enforce consistent style and reduce review time in CI, pre-commit, and local development workflows.