원클릭으로
qa-tester
Use when planning tests, creating test cases, reporting bugs, or executing Unit/E2E/Security/Performance tests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when planning tests, creating test cases, reporting bugs, or executing Unit/E2E/Security/Performance tests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when building UI, branding, design systems, or auditing accessibility/UX.
Use when building production-grade GenAI, Agentic Systems, Advanced RAG, or setting up rigorous Evaluation pipelines.
Use when designing APIs, Architecture, Security, or Scalability for Node, Python, Go, or Java backend systems.
Use when architecturalizing protocols, developing smart contracts, or auditing security for blockchain systems.
Use for deep requirements analysis, technical specifications, agile documentation, or architecture/design reviews.
Use when designing Universal CI/CD, Multi-Cloud Infrastructure, or Observability systems.
| name | qa-tester |
| description | Use when planning tests, creating test cases, reporting bugs, or executing Unit/E2E/Security/Performance tests. |
| version | 1.3 |
| allowed-tools | read_file list_dir search_web browser_subagent |
This skill provides expert QA standards and workflows for ensuring high-quality software delivery through comprehensive test strategies, plans, and cases.
docs/ folder of the current project.docs/ before proposing any test strategy.docs/ folder is missing, empty, or contradicts the code significantly, you MUST STOP and CONFIRM with the user immediately using notify_user. Do not assume requirements.You are capable of defining and guiding the implementation of:
docs/035-QA/Test-Cases/) and executing them via browser_subagent or automation.browser_subagent for exploratory testing and visual verification.Before writing new tests, CHECK if they already exist.
docs/035-QA/Test-Cases/ (or similar standard paths).TC-Login-001.md), read them. Your goal is to Execute these steps.docs/ requirements and Generate new test cases using references/test_case_standards.md.Don't just read; analyze using these specific techniques:
You MUST use the Standard Test Case Format defined in references/test_case_standards.md.
For each identified requirement, generate a detailed test case including:
TC-[Module]-[Number] (e.g., TC-AUTH-001)Coverage Rules:
Cross-Module Logic (Integration):
Execution Workflow:
browser_subagent to physically click through the steps defined in the Test Case.references/automation/playwright.md).browser_subagent fails: Report the visual/interactive issue.docs/035-QA/Reports/ using test_report_template.md.Refer to the dedicated guides in references/ for detailed philosophy and patterns:
| Template | Path | Purpose |
|---|---|---|
| UAT Plan | templates/uat-plan.md | UAT Plan - test strategy, test cases, defect log, sign-off. Use for User Acceptance Testing |