What problem does it solve?
AI-generated markdown often contains excessive emojis, inconsistent headings, and fails linting standards. This skill automates the cleanup and standardization of markdown files, ensuring your documentation is professional, consistent, and compliant with best practices.
Core Features & Use Cases
- Automated Cleanup: Remove excessive emojis, fix duplicate H1 headings, convert bold text to proper headings, and standardize ordered lists (MD029).
- Markdownlint Integration: Automatically fixes common markdownlint issues (MD025, MD029, MD045) and generates detailed reports for remaining problems.
- Pre-commit Hooks: Set up Git pre-commit hooks to prevent future markdown quality issues and emoji usage before they enter your codebase.
- Use Case: You've just generated a large documentation set using an AI, and it's full of emojis and inconsistent formatting. Use this skill to instantly clean and standardize all files, making them ready for publication or review.
Quick Start
Fix all markdown issues in the 'documentation/' directory, removing emojis and standardizing headings.