lint-markdown

Installation
SKILL.md

Markdown Linting with markdownlint-cli2

Workflow

1. Run auto-fix first

markdownlint-cli2 --fix "<filepath>"

This resolves ~30 fixable rules automatically (white space, list style, blank lines, emphasis style, etc.).

2. Re-lint to find remaining issues

markdownlint-cli2 "<filepath>" 2>&1
Related skills
Installs
6
Repository
bresends/skills
First Seen
Feb 8, 2026