open-qa
スター0
フォーク0
更新日2026年7月3日 13:39
QA sign-off: AC, tests, regression, integrator.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
QA sign-off: AC, tests, regression, integrator.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Browser automation via Playwright MCP (official Microsoft headless browser)
Image generation and manipulation via MCP
PDF parsing and extraction via MCP
Autonomous tool discovery, evaluation, and integration for agent self-enhancement
Route OpenOS tasks to the correct product skill.
Enrich CRM contacts with LinkedIn and décideur data.
| name | open-qa |
| description | QA sign-off: AC, tests, regression, integrator. |
| version | 1.0.0 |
| author | OpenPro |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["QA","testing","acceptance","W4","sign-off"],"category":"open-ecosystem","related_skills":["openprotocol-integrator","open-ticket","open-code","open-rec","open-dev-workflow"]}} |
QA profile owns acceptance verification and ticket closure — not implementation.
in_review after coder handoffdone transition (QA only)Pair with openprotocol-integrator for git merge; this skill covers quality gates.
OpenProtocol handoff)acceptance_criteria[] from get_ticketinvoke_opencode(mode=test|review) for extra validationget_ticket; list each criterion as checkboxgit diff origin/main...HEAD; scope matches ticket onlyhigh+:
# From app repo (runs automatically on git push via .husky/pre-push)
bash ../scripts/opensec-pre-push-audit.sh
# Full mesh audit (QA on integrator workstation)
MESH_AUDIT_FAIL_ON=high bash ../scripts/mesh-security-audit.sh
Block merge if pnpm audit --audit-level=high fails. Emergency only: OPENSEC_SKIP_PRE_PUSH=1.openprotocol-integrator squash merge when all greenupdate_ticket_status → done + comment with AC checklist + merge SHAopen-rec trace for correlation_idQA sign-off OP-42
- [ ] AC1: <criterion> — evidence: <test/command output>
- [ ] AC2: …
- Branch: agent/OP-42/… merged at <sha>
- Regression: full suite green
| AC fails | Action |
|---|---|
| Test red | Comment; reassign developer; stay in_review |
| Scope creep | Reject merge; request branch fix |
| Partial AC | Never done — list missing criteria |
| High/critical CVE | Reject push/merge; bump deps or document accepted risk in ticket |
| Risk in handoff | Extra step |
|---|---|
| medium/high | invoke_opencode(mode=review) + manual diff review |
done without AC checklistmain (send back to developer branch)opensec-pre-push-audit.sh fails (QA must not use OPENSEC_SKIP_PRE_PUSH)high+ CVE threshold)donecorrelation_id auditable in open-rec