Agent skill
qa-workflow-manager
Manage QA test case workflows, status transitions, and verification checklists. Use when working with QA status states (Reviewing, DevError, ProdError, DevDone, ProdDone, Hold, Rejected, Duplicate), progress tracking (Waiting, Checking, Working, DevDeployed, ProdDeployed), activity logging, or test case management.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/qa-workflow-manager-jhlee0409-eureka
SKILL.md
QA Workflow Manager
QA 테스트케이스 워크플로우, 상태 전이, 검증 체크리스트를 관리하는 전문 스킬입니다.
Quick Reference
상태 (Status)
| 상태 | 한글 | 색상 |
|---|---|---|
| Reviewing | 검토중 | yellow |
| DevError | Dev 오류 | red |
| ProdError | Prod 오류 | red |
| DevDone | Dev 완료 | blue |
| ProdDone | Prod 완료 | green |
| Hold | 보류 | gray |
| Rejected | 반려 | red |
| Duplicate | 중복 | gray |
진행 단계 (Progress)
Waiting → Checking → Working → DevDeployed → ProdDeployed
Contents
- reference.md - 상태 머신 및 전이 규칙 상세
- guide.md - 액티비티 로깅 및 검증 체크리스트 패턴
- scripts/validate_status_transition.py - 상태 전이 검증
- scripts/generate_activity_log.py - 액티비티 로그 생성
When to Use
- QA 테스트케이스 상태 변경 로직 작성 시
- 배포 환경별(Dev/Prod) 진행 상태 추적 시
- 검증 체크리스트 구현 시
- 반려 사유 처리 로직 작성 시
- 액티비티 로그 기록 시
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?