skills/modelscope.cn/md-doc-improver

md-doc-improver

SKILL.md

MD Document Improver

Overview

The MD Document Improver skill systematically enhances technical markdown documentation through multi-perspective analysis and iterative improvement loops. It evaluates documents from technical accuracy, user experience, and educational effectiveness viewpoints, providing comprehensive quality assessment and actionable enhancement recommendations.

Quick Start

Basic Document Improvement

# Improve a markdown document with default settings
python md-doc-improver/scripts/improve_document.py README.md

# Custom settings
python md-doc-improver/scripts/improve_document.py docs/api.md \
  --max-iterations 3 \
  --threshold 0.85 \
  --output-dir ./reviews
Installs
2
First Seen
Apr 10, 2026