ワンクリックで
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 を推奨。