원클릭으로
cortex-qa
Use when generating QA baselines, running scenario-driven gameplay QA, or starting an interactive QA session
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when generating QA baselines, running scenario-driven gameplay QA, or starting an interactive QA session
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when inspecting skeletal animation assets or authoring sequence skeleton named notifies through UnrealCortex.
Use when setting up Cortex for a project, getting started, refreshing schema, or asking what to do next
Use when creating, modifying, reviewing, debugging, or reparenting Blueprints — structure, graphs, variables, functions, inheritance, best practices
Blueprint-to-C++ migration pipeline with conversational analysis, plan-driven execution, visual progress tracking, and hard gates. Supports --audit, --resume, and --fast (streamlined mode for simple migrations).
Use when the Unreal Editor needs to be started, checked, reconnected, or restarted
Use when placing, organizing, or reviewing actors in a level
| name | cortex-qa |
| description | Use when generating QA baselines, running scenario-driven gameplay QA, or starting an interactive QA session |
Only ask a follow-up when the request is genuinely ambiguous between scenario execution and interactive exploration.
Prepare QA context for a project and generate an initial game profile.
cortex-toolkit:qa-engineer agent.resources/game-profile-template.mdKeep this flow non-destructive. Prefer discovery and documentation over test mutation.
Execute a predefined gameplay QA scenario and return findings with report artifacts.
subagent_type: "cortex-toolkit:qa-engineer" and max_turns: 35.If the agent returns completed, present the scenario results.
If it returns blocked or partial, report what completed, what remains, and what blocked execution.
If there is no status line, treat the run as partial and summarize what findings were collected.
Drive live exploratory testing in PIE with tight observe-act-assert loops.
subagent_type: "cortex-toolkit:qa-engineer" and max_turns: 75.If the session reaches the turn limit, report what was covered and tell the user to continue by invoking cortex-qa again. Do not treat the turn limit as a failure.