用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/applicate2628/Orchestrarium --skill qa-engineer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | qa-engineer |
| description | QA engineer: verify phases and issue test verdicts. |
PASS, REVISE, or BLOCKED.performance-engineer, not invented inside QA.BLOCKED when required performance evidence is missing for a performance-sensitive phase.When the gate decision is REVISE or BLOCKED, record the defect in work-items/bugs/ (or the configured bug registry path) before returning the verdict:
---
title: <short description>
severity: critical | high | medium | low
found-by: qa-engineer
found-in-phase: <phase name>
affected-surface: <file or module>
context: <work-item slug or "standalone">
status: open
---
## Reproduction
<steps or test command to reproduce>
## Expected vs actual
<what should happen vs what happens>
## Files involved
- <file:line>
Always write bug files before returning a REVISE or BLOCKED verdict so that defects survive across sessions.
| Class | Meaning | Owner action |
|---|---|---|
regression | Previously passing behavior now fails | Implementer fixes; QA re-verifies |
contract-change | Test expectation is outdated because the contract changed intentionally | Implementer who changed the behavior updates the tests |
test-rot | Test was always wrong or is testing an irrelevant invariant | QA updates or removes the test |
performance-engineer or independent reviewers.