一键导入
skilltest
validate skill structure and metadata. Trigger when developing skills, checking CI, or debugging skill loading issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
validate skill structure and metadata. Trigger when developing skills, checking CI, or debugging skill loading issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when asked to create, improve, review, migrate, sync, or validate repository context files for coding agents, including AGENTS.md, CLAUDE.md, CODEX.md, GEMINI.md, .cursorrules, or .github/copilot-instructions.md. Trigger on close synonyms and paraphrases such as "agent instructions", "coding agent setup", "AI-friendly repo", or "Copilot/Codex/Claude instructions".
Use when asked to create, improve, review, migrate, sync, or validate repository context files for coding agents, including AGENTS.md, CLAUDE.md, CODEX.md, GEMINI.md, .cursorrules, or .github/copilot-instructions.md. Trigger on close synonyms and paraphrases such as "agent instructions", "coding agent setup", "AI-friendly repo", or "Copilot/Codex/Claude instructions".
Use when writing, revising, or reviewing TSDoc comments for TypeScript APIs, IntelliSense hover text, exported functions, classes, interfaces, type aliases, generic helpers, parameter docs, examples, deprecation notices, defaults, thrown errors, release tags, TypeDoc or API Extractor output, or documentation lint feedback.
Audit GitHub Actions workflow efficiency and recommend fixes to reduce CI minutes and costs.
Use when Neurotoxic test commands, CI test jobs, or runner-owned suites need diagnosis or optimization: slow/flaky/hanging/OOMing runs, runtime regressions, worker tuning, sharding, fixture duplication, suite topology, `pnpm run test`, `pnpm run test:all`, node:test, Vitest, Playwright, perf, or locale coverage.
Audit GitHub Actions workflow efficiency and recommend fixes to reduce CI minutes and costs.
| name | skilltest |
| description | validate skill structure and metadata. Trigger when developing skills, checking CI, or debugging skill loading issues. |
Discover, validate, and test skills against the Open Agent Skills standard.
Discovery
.claude/skills/ recursively.SKILL.md files.Validation
SKILL.md.SKILL.md frontmatter must be valid YAML.Execution
tests/cases/*.cases.json.Use the bundled validator:
node .claude/skills/skilltest/scripts/validate-skills.mjs
Use the test runner:
node .claude/skills/skilltest/scripts/skilltest.mjs
Generated report path:
reports/skills/skilltest-report.json
Input: "Why isn't my skill showing up?"
Action: Run validator.
Output:
[FAIL] myskill/SKILL.md: Invalid YAML frontmatter.
"The frontmatter in myskill/SKILL.md is invalid. Fix the YAML syntax."
Skill sync: compatible with React 19.2.6 / Vite 8.0.10 / Tailwind 4.2.4 baseline as of 2026-05-20.