什麼是 yaml-validator?
驗證專案中所有 .yml 和 .yaml 檔案的 YAML 語法和結構。識別常見問題,例如無效語法、縮排錯誤、缺少鍵、類型不匹配,並提供修復。在編輯、建立或調試 YAML 設定檔時使用。 來源:d-o-hub/rust-self-learning-memory。
驗證專案中所有 .yml 和 .yaml 檔案的 YAML 語法和結構。識別常見問題,例如無效語法、縮排錯誤、缺少鍵、類型不匹配,並提供修復。在編輯、建立或調試 YAML 設定檔時使用。
透過命令列快速安裝 yaml-validator AI 技能到你的開發環境
來源:d-o-hub/rust-self-learning-memory。
Validate and fix YAML syntax and structure for all YAML files in the project.
Ensures YAML files follow proper syntax, have valid structure, and comply with schema requirements where applicable.
Issue 1: Invalid Indentation Problem: Mixed spaces and tabs or wrong indentation level Fix: Convert all to 2-space indentation
驗證專案中所有 .yml 和 .yaml 檔案的 YAML 語法和結構。識別常見問題,例如無效語法、縮排錯誤、缺少鍵、類型不匹配,並提供修復。在編輯、建立或調試 YAML 設定檔時使用。 來源:d-o-hub/rust-self-learning-memory。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill yaml-validator驗證專案中所有 .yml 和 .yaml 檔案的 YAML 語法和結構。識別常見問題,例如無效語法、縮排錯誤、缺少鍵、類型不匹配,並提供修復。在編輯、建立或調試 YAML 設定檔時使用。 來源:d-o-hub/rust-self-learning-memory。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill yaml-validator 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/d-o-hub/rust-self-learning-memory