一键导入
sample
Test fixture for skill-loader unit tests
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Test fixture for skill-loader unit tests
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | sample |
| description | Test fixture for skill-loader unit tests |
| artifact_kind | game |
| subtype | platformer |
| declared_verbs | [{"verb":"defeat","selector":"enemiesDefeated","success":{"op":"increase","path":"enemiesDefeated"},"required":true},{"verb":"collect","selector":"coinsCollected","success":{"op":"increase","path":"coinsCollected"}}] |
This is a test fixture — used by tests/unit/agent/runtime/game/skill-loader.test.ts.
Sample artifact must include step('jump') and snapshot() returning { enemiesDefeated, coinsCollected }.
This sub-section is intentionally nested to test extractSection heading scoping.
If verb_no_evidence for defeat, ensure stomping increments enemiesDefeated.
See mechanics.md (not present in fixture).
Breakout/Arkanoid-style brick breaker with paddle, ball, bricks, lives, and required powerups
Mario-style 2D platformer with stomp/bump/ability/gate/combo mechanics
深度研究方法论 — 4 阶段结构化研究框架
Endless runner — auto-running player dodges obstacles and collects pickups while distance increases
TODO 一句话描述(给 LLM 看,soft dispatch 用)
Create a pull request after typecheck, targeted tests, branch, commit, and push are complete.