Check or fix markdown linting issues with optional scope
Scan and fix markdown linting issues across your project. Use `check` mode to report problems, `fix` mode to automatically correct them, or run without arguments to check all files.
/plugin marketplace add s2005/markdown-linter-fixer-skill/plugin install markdown-linter-fixer@markdown-linter-fixer-marketplaceUse the markdown-linter-fixer skill to check or fix markdown linting issues.
Command format: /markdown-linter-fixer:mdlinter [mode] [scope]
Arguments:
Mode (optional): {{ARGUMENTS}}
check or fixcheck - scan and report issues WITHOUT making changes (DEFAULT if not specified or invalid)fix - scan and automatically fix all issuescheck modeScope (optional):
Examples:
/markdown-linter-fixer:mdlinter - check all files (default mode)/markdown-linter-fixer:mdlinter check - explicitly check all files/markdown-linter-fixer:mdlinter fix - fix all files/markdown-linter-fixer:mdlinter README.md - check only README.md (default mode)/markdown-linter-fixer:mdlinter check README.md - explicitly check only README.md/markdown-linter-fixer:mdlinter fix docs/ - fix all files in docs folder/markdown-linter-fixer:mdlinter check README.md CONTRIBUTING.md - check specific filesWorkflow based on mode:
IMPORTANT: If mode is not specified or is invalid, always use CHECK mode as the safe default.
For CHECK mode:
For FIX mode:
Report should include: