一键导入
skill-validator
Validate skill files specification. Run before committing to ensure SKILL.md files have correct format, required fields, and naming conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate skill files specification. Run before committing to ensure SKILL.md files have correct format, required fields, and naming conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Triage and analyze LUCI build results (including tests and compile). Fetches a list of test failures by querying ResultDB directly. Can also be used to check results of specific tests. Use this when you need to investigate specific test failures.
A wrapper around the 'bb' (buildbucket) tool designed for low-context agentic usage without overly verbose logs. Good for a high-level overview of builder failures across a patchset, and for surfacing non-test failures (e.g., compile and profile merge failures). For detailed, complete, and actionable test failures, use the 'luci-test-results' skill which queries ResultDB directly for comprehensive information about failures.
基于 SOC 职业分类
| name | skill-validator |
| description | Validate skill files specification. Run before committing to ensure SKILL.md files have correct format, required fields, and naming conventions. |
| argument-hint | [directory or file path] |
Validate skill files against the agentskills.io specification.
/skill-validator
To validate all SKILL.md files under a directory:
agents/skills/skill-validator/scripts/skill_validator.py --all <directory>
To validate specific files:
agents/skills/skill-validator/scripts/skill_validator.py path/to/SKILL.md
Present the script output to the user. If there are failures, help the user understand and fix the issues based on the error messages.