Fix Markdown Linting banner
basher83 basher83

Fix Markdown Linting

Documentation community

Description

--- description: Fix markdown linting errors across repository using adaptive parallel subagents allowed-tools: Bash(rumdl:*), Bash(scripts/rumdl-parser.py:*), Task --- # Fix Markdown Linting Errors Intelligently distribute markdown linting fixes across parallel subagents based on discovered errors. ## Workflow ### Step 1: Discovery Run the rumdl parser in summary mode to analyze errors: ```bash rumdl check . 2>&1 | scripts/rumdl-parser.py --summary ``` This outputs clean JSON with just t

Installation

Installs to ~/.claude/commands/basher83-agent-auditor-fix-markdown-linting.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/basher83/agent-auditor/HEAD/.claude/commands/fix-markdown-linting.md -o ~/.claude/commands/basher83-agent-auditor-fix-markdown-linting.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository