一键导入
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 を推奨。