AgentSkillsCN

skill-qa-harness

在本仓库中发现、验证并测试所有Codex技能(包括可选的用户范围技能)。适用于被要求运行技能测试套件、检查是否存在断开的引用,或更新黄金输出时使用。

SKILL.md
--- frontmatter
name: skill-qa-harness
description: Discover, validate, and test all Codex skills in this repository (and optional user scope). Use when asked to run a skills test suite, check for broken references, or update golden outputs.

Skill QA Harness

Workflow

  1. Inventory skills in .agents/skills (and optionally ~/.agents/skills).
  2. Validate structure, frontmatter, and duplicate names.
  3. Run repository quality gate (lint, test, build) before skill checks.
  4. Execute prompt-based checks using .agents/skills/skilltest/tests/cases/*.cases.json.
  5. Report pass/fail per skill with actionable fixes.

Commands

  • Validate skills: node .agents/skills/skilltest/scripts/validate-skills.mjs
  • Run tests: node .agents/skills/skilltest/scripts/run-skill-tests.mjs

Output

  • Produce a concise report with ✅/❌ per skill and fix suggestions.