원클릭으로
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.