원클릭으로
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.