一键导入
vibeflow-healthcheck
Verify VibeFlow project repository consistency. Use when checking project structure, required files, and integration health.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify VibeFlow project repository consistency. Use when checking project structure, required files, and integration health.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | vibeflow-healthcheck |
| description | Verify VibeFlow project repository consistency. Use when checking project structure, required files, and integration health. |
VibeFlow プロジェクトの整合性を検証します。
.vibe/project_state.yaml を読み込み
current_phase が development | discovery のいずれかかactive_issue が null または有効な Issue 番号か.vibe/sessions/iris-main.yaml を読み込み
current_role が有効なロール名かkind が iris かNote:
.vibe/state.yamlが存在する場合は旧形式。正本はproject_state.yaml+sessions/*.yamlです。
gh CLI が利用可能かvibeflow spec-verify を実行するspec-verify はコード変更を伴わない静的検証。invariant の test を実際に 走らせて verified を確定するのは PR ゲート側の責務。
各チェック項目について pass / warning / failure を表示。 日本語で表示し、修正手順を含めてください。
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.
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) をコードから生成する。