원클릭으로
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 직업 분류 기준
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.
| 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).