qa-process
[QA Method] ISTQB test process lifecycle: Plan, Analyze, Design, Implement, Execute, Report, Close with entry/exit criteria.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
[QA Method] ISTQB test process lifecycle: Plan, Analyze, Design, Implement, Execute, Report, Close with entry/exit criteria.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
[Testing] Review test cases for quality, determinism, completeness, data validity, coverage gaps, duplication, live environment verification, and behavioral triangulation against docs + live + source. Delegates browser verification to qa-testing-expert; triangulation to ba-system-analyzer.
[Testing] Postman MCP collections — create, configure, verify, and export collections with proper variables, auth, and endpoints
[Testing] Autonomous test coverage gap analysis and generation — identifies missing test cases, generates enriched CSV test cases, validates P0 cases via browser, and reports improvements. Single-agent counterpart to /qa-coverage-generation.
Repo/tracker routing library for the vc-fix plugin — decides which external product repo owns a bug (client vs platform), whether the fix delivers as a direct PR, a fork-PR, or an upstream issue, and which VCS/tracker host to talk to. Used by /qa-fix and /project-init. Self-contained — no dependency on the ci/ directory.
Build, launch, smoke-test, and health-check the vc-mcp-testing-module agentic QA tooling repo. Use when asked to run, start, verify, smoke-test, or sanity-check this repo's tooling — env:check, @td() resolution, suite manifest sync, critical-UI-scope, seed dry-run, GraphQL fixture validation — or before running regression.
[QA Methodology] Triage a completed regression run's failures: collect each FAIL + its evidence (trace, screenshots, console, network) + failing CSV row, dedup + flag flaky, classify each into real-product-bug vs test-defect (bad steps / bad assertion / stale test data / stale test) vs flaky/env/known, live-verify the real ones, then route test-defects to /qa-review-tests --fix and draft bug reports. Detect-classify-verify-report only — never files a tracker ticket, never triggers /qa-fix.
| name | qa-process |
| description | [QA Method] ISTQB test process lifecycle: Plan, Analyze, Design, Implement, Execute, Report, Close with entry/exit criteria. |
| argument-hint | [phase name | analyze VCST-XXXX | close sprint-XX | gates] |
| disable-model-invocation | true |
Navigate and apply the ISTQB Foundation-level test process: 7 phases with formal entry/exit criteria, phase-to-skill mapping, and VC-specific lifecycle adaptations. Use as the master reference for how all QA methodology skills, commands, and agents connect into a coherent testing workflow.
/qa-process # Full lifecycle overview + phase-to-skill navigation map
/qa-process analyze VCST-1234 # Derive test conditions from a JIRA ticket
/qa-process implement # Pre-execution readiness checklist (12 items)
/qa-process close sprint-42 # Sprint close checklist + retrospective template
/qa-process gates # Show all 7 phase entry/exit criteria
/qa-process plan # Phase 1 guidance — scope, approach, risk, schedule
Read the lifecycle reference: Load test-process-lifecycle.md from this skill folder for the full 7-phase process, entry/exit criteria, and VC adaptations.
Determine context:
plan, analyze, design, implement, execute, report, close) → show that phase's details + entry/exit criteriaanalyze VCST-XXXX → fetch ticket via Atlassian MCP, derive numbered test conditions from ACsimplement → run the 12-item pre-execution readiness checklist, flag blockersclose sprint-XX → run the 15-item close checklist, generate retrospective from latest run datagates → show the phase transition gate table (7 transitions with criteria)For Analyze phase:
/qa-test-design for formal test case derivationFor Implement phase:
/qa-env-check for environment validationFor Close phase:
For lifecycle variant selection:
| Phase | Primary Skill / Command |
|---|---|
| Plan | /qa-plan, /qa-risk |
| Analyze | This skill (deep section) → feeds /qa-test-design |
| Design | /qa-test-design, /qa-sbtm (charters) |
| Implement | /qa-env-check |
| Execute | /qa-test, /qa-smoke, /qa-regression, /qa-investigate, /qa-evidence |
| Report | /qa-metrics (gates + catalog) |
| Close | This skill (deep section) → feeds back into Plan |