ワンクリックで
markdown-check
Validate markdown quality in the current workspace using markymark diagnostics
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Validate markdown quality in the current workspace using markymark diagnostics
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | markdown-check |
| description | Validate markdown quality in the current workspace using markymark diagnostics |
Validate markdown files in your workspace for common issues using markymark's built-in diagnostics engine.
Use this skill when:
This skill runs markymark's diagnostic engine across your workspace markdown files and reports:
Broken Links
[[MissingPage]][text](#missing-anchor)[[File#BadHeading]]Duplicate Headings
## Details and ## details! both create #detailsXML Tag Issues
<agent> without </agent>Simply invoke the skill from Claude Code:
/markdown-check
The skill will:
**/*.md and **/*.mdx files in the workspace📝 Markdown Quality Report
issues.md:
Line 15: Broken wiki link [[MissingPage]]
Line 23: Duplicate heading slug: #overview
README.md:
Line 42: Broken markdown link [text](#missing-section)
Line 67: Unclosed XML tag <example>
✅ Summary: 4 issues found in 2 files
This skill is a thin wrapper around markymark's LSP diagnostics:
No configuration required - uses workspace root detection from markymark.