원클릭으로
vibeflow-ui-smoke
Run Playwright smoke tests for quick UI health check. Use after UI changes to verify basic functionality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run Playwright smoke tests for quick UI health check. Use after UI changes to verify basic functionality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Execute a single GitHub Issue through the full 11-Step workflow. Iris handles everything — Issue Review, TDD, implementation, QA judgment, PR, cross-review, merge, close.
Verify VibeFlow project repository consistency. Use when checking project structure, required files, and integration health.
Create or refine VibeFlow issue files under issues/. Use when turning plan items into implementable tasks with clear acceptance criteria.
プロジェクトのキックオフ。新規プロジェクトは Interview から Vision を作り、既存コードのプロジェクトは Bootstrap で As-Is の構造化 spec (Story/Contract) をコードから生成する。
Conclude Iris session and update STATUS.md. Use when ending a Discovery session and returning to development phase.
Execute all open GitHub Issues in dependency order. Iris picks up Issues one by one, runs the 11-Step workflow for each, and reports progress.
| name | vibeflow-ui-smoke |
| description | Run Playwright smoke tests for quick UI health check. Use after UI changes to verify basic functionality. |
playwright.config.js (or .ts) がプロジェクトルートに存在することnpx playwright install)# 基本実行
bash scripts/playwright_smoke.sh
# Headed mode (ブラウザを表示)
bash scripts/playwright_smoke.sh --headed
# 特定のプロジェクト
bash scripts/playwright_smoke.sh --project firefox
npx playwright show-report でレポートを確認UI 変更を含む Issue では、以下の artifact のうち少なくとも 1 つを残すこと:
# trace + screenshot をまとめてアーカイブ
bash scripts/playwright_trace_pack.sh
UI を含む Issue は、以下のうち少なくとも 1 つを artifact として残すこと:
tests/e2e/).vibe/artifacts/)
qa:autoラベルの Issue は Playwright test のみで可。qa:manualラベルの Issue は screenshot または exploratory log を推奨。