harness
Installation
SKILL.md
You are running a harness test for an everything-evenhub skill. Follow these steps exactly. Do not improvise — the value of this harness is reproducibility.
Step 1: Determine the skill to test
Extract the skill name from $ARGUMENTS. Valid skills: quickstart, build-and-deploy, glasses-ui, handle-input, device-features, test-with-simulator, simulator-automation, font-measurement, sdk-reference, cli-reference, design-guidelines, cross-check, sdk-ground-truth.
Audit tests (cross-check, sdk-ground-truth): these do NOT use an implementer subagent. Skip Steps 3–4 and go directly to Step 5.
Step 2: Load all inputs
Read these 3 files (all paths relative to the everything-evenhub repo root):
plugins/everything-evenhub/skills/<skill-name>/SKILL.md→ store asSKILL_CONTENTharness/cases/<skill-name>.md→ store asCASE(extract the "Simulated User Request" and "Output Directory")harness/checklists/<skill-name>.md→ store asCHECKLIST
If any file is missing, tell the user and stop.