一键导入
qa-workflow
Complete QA Validator workflow orchestration. References specialized skills for each validation step. Load at session startup for full protocol.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Complete QA Validator workflow orchestration. References specialized skills for each validation step. Load at session startup for full protocol.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Complete Developer workflow orchestration - task research sequence, implementation flow, validation gates, PRD synchronization, exit conditions.
Complete Game Designer workflow - skill invocation protocol, GDD creation, playtest flow with GDD review, design sessions. MUST load before starting assignments.
Complete PM Coordinator workflow - task assignment, project orchestration, PRD management, worker coordination. Use proactively when starting PM agent work.
Complete PM Coordinator workflow - task assignment, project orchestration, PRD management, worker coordination. Use proactively when starting PM agent work.
Complete QA Validator workflow orchestration. References specialized skills for each validation step. Load at session startup for full protocol.
Base instructions and guidelines for all agents in the system. This skill provides foundational behaviors and communication protocols that all agents should follow.
| name | qa-workflow |
| description | Complete QA Validator workflow orchestration. References specialized skills for each validation step. Load at session startup for full protocol. |
"Orchestration layer for QA validation - delegate to specialized skills for each step."
npm test:e2e before MCP validationPRE-REQUISITE: You should already have loaded the shared-worktree skill and be in the correct worktree directory before starting this workflow!
UPDATE STATUS FILE (MANDATORY - First step)
RUN VALIDATION FEEDBACK LOOPS
qa-validation-workflow and proceed with stepsTEST COVERAGE CHECK
Skill("qa-test-creation") - Check if tests exist for modified filestest-creator sub-agent before proceedingIF BLOCKED
state.status = "awaiting_pm""TEST PASS - Commit everything and merge it to the master branch
TEST DO NOT PASS - Check your skills and decision tree
COMMIT - At the end of the task, commit all changes to the current branch
SEND TO PM
EXIT
IF BLOCKED
state.status = "awaiting_pm", state.lastSeen = "{ISO_TIMESTAMP}"
START VALIDATION
│
├─→ Tests missing? ──► Skill("qa-test-creation")
│
├─→ Run tests ─────────► Skill("qa-validation-workflow")
│ │
│ └─→ Tests fail? ──► Analyze (see Test Failure Decision Tree below)
│
├─→ Code quality check ──► Skill("qa-code-review")
│
├─→ Browser testing ────► Skill("qa-browser-testing")
│ └─► Choose sub-agent based on task type
│
└─→ Report result ─────► Skill("qa-reporting-bug-reporting")
TESTS FAIL
│
┌───────────────┴───────────────┐
│ │
Test Code Issue? Game Code Issue?
│ YES │ YES
▼ ▼
Fix and Re-run Create Bug Report
(QA can edit) (Return to Developer)
BEFORE exiting, you MUST:
[ralph] [qa] prefixshared-lifecycle)| Current State | Trigger | Action | Next State |
|---|---|---|---|
idle | Task assigned | Load workflow, validate | working |
working | All pass | Report PASS to PM | idle |
working | Any fail | Report FAIL with bug report | idle |
working | Criteria unclear | Ask Game Designer | awaiting_gd |
working | Test approach unclear | Ask PM | awaiting_pm |