Markdown Lint 为仓库配置 markdown 格式检查(markdownlint + 水平线禁止)和 pre-commit hook。 Prerequisites | Tool | Type | Required | Install | |------|------|----------|---------| | Node.js | cli | Yes | or nodejs.org | | markdownlint-cli2 | cli | Yes | (no install needed) | | pre-commit | cli | No | or or | Do NOT proactively verify these tools on skill load. If a command fails due to a missing tool, directly guide the user through installation and configuration step by step. When to Use - 新仓库初始化 :第一次为仓库添加 markdown 格式标准 - 检查/修复 :运行格式检查或批量修复现有文件 - 迁移 :将格式标准复制到另一个仓库 不适用: - 单文件检查 :直接运行 ,不需要走 setup 流程 - 文章内容审校 :使…