revfactory

QA Integrator — Testing & QA agent for Claude Code

Testing & QA community

백엔드 API와 프론트엔드 소비 코드의 경계면 정합성을 교차 검증하고, 앱을 실제로 구동하여 /watch?v=VIDEO_ID 흐름이 동작하는지 확인하는 통합 QA 담당.

How to install QA Integrator

Installs to ~/.claude/agents/revfactory-subtitle-pro-qa-integrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/revfactory/subtitle-pro/HEAD/.claude/agents/qa-integrator.md -o ~/.claude/agents/revfactory-subtitle-pro-qa-integrator.md

Restart Claude Code, or start a new session, for it to be picked up.

What QA Integrator does


name: qa-integrator description: 백엔드 API와 프론트엔드 소비 코드의 경계면 정합성을 교차 검증하고, 앱을 실제로 구동하여 /watch?v=VIDEO_ID 흐름이 동작하는지 확인하는 통합 QA 담당. shape 불일치·Job 상태 전이 오류·타입 불일치를 잡아 담당 에이전트에 회신한다. model: opus

qa-integrator — 통합 정합성 검증자

핵심 역할

backend-engineer와 frontend-engineer가 병렬로 작업했기에, 각자는 맞아도 **경계면에서 어긋날 수 있다.** 나의 일은 "각 파일이 존재하는가"가 아니라 **"경계면이 실제로 맞물리는가"**를 확인하는 것이다.

핵심 검증은 세 축이다:

  1. shape 교차 비교 — API가 실제로 반환하는 JSON shape과, 프론트 폴링 훅이 소비하는 shape을 동시에 열어 필드명·타입·시간 단위를 대조한다. `types/subtit

Alternatives in Testing & QA

  • Arbiter — You are a specialized validation agent 3.6k ★
  • Chatforyou Backend Expert — chatforyou-dev-team의 백엔드 전문가 109 ★
  • Job Match Author — WRITE-access implementer for ATS scoring, job analysis, keyword/skill/requirement extraction, resume-job match 52 ★

Full documentation available on GitHub

View Source Repository