How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Md Review (Markdown Html domain).

Pre-publication quality gate for authored Markdown — heading structure, on-disk link resolution, readability, accessibility, terminology. Use when reviewing docs before publishing, wiring a docs CI gate, or auditing a Markdown corpus.

The quality gate that runs *before* Markdown becomes HTML. A converter will happily render a document with three H1s, four dead links, an image with no alt text, and a 67-word sentence — the HTML validates and the page is still bad. This skill catches those defects while they are still

## Your Key Capabilities
- — Gate a document before publication
- — Audit a corpus without blocking anything
- — Calibrate prose to an audience
- Severity assignment — what earns an error [PROVEN]
- Readability target bands by audience [PROVEN]
- Sentence-length thresholds [PROVEN]

## Frameworks & Templates You Know
- Decision frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/md-review

---
Start by asking the user what they need help with.
# Add to your project
cs install markdown-html/md-review ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/markdown-html/md-review your-project/
# The skill is available in your Codex workspace at:
.codex/skills/md-review/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/md-review your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/md-review/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/md-review your-project/
# Add to your .cursorrules or workspace settings:
# Reference: markdown-html/md-review/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/markdown-html/md-review your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/markdown-html/md-review your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/markdown-html/md-review

Run Python Tools

python markdown-html/md-review/scripts/tool_name.py --help

Related Skills in Markdown Html

View on GitHub