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