docs: add metadata path gate

This commit is contained in:
tukuaiai
2026-05-04 00:14:13 +08:00
parent 7ab504b055
commit f4889accd7
7 changed files with 156 additions and 6 deletions
+1
View File
@@ -216,6 +216,7 @@ pip install -r tools/prompts-library/scripts/requirements.txt
| 全仓 Markdown lint | `make lint` | `Makefile` + `.github/lint_config.json` |
| 本地相对链接检查 | `make check-links` | `scripts/check-local-links.py` |
| 折叠块结构检查 | `make check-details` | `scripts/check-markdown-details.py` |
| Metadata 路径检查 | `make check-metadata` | `scripts/check-metadata.py` |
| 全部本地质量门禁 | `make test` | `Makefile` |
| 提示词格式转换 | `cd tools/prompts-library && python3 main.py` | `tools/prompts-library/main.py` |
| Skill 严格校验示例 | `skills/auto-skill/scripts/validate-skill.sh skills/auto-skill --strict` | `skills/auto-skill/scripts/validate-skill.sh` |