一键导入
validate
Run flow validate and fix any failures. Invoke after completing a feature or bug fix to confirm the codebase is clean before committing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run flow validate and fix any failures. Invoke after completing a feature or bug fix to confirm the codebase is clean before committing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
This project uses flow for automation. When asked to build, test, run, deploy, lint, generate, or perform any dev task, check for a flow executable before falling back to raw shell commands.
Scaffold a new Cobra CLI command following the project's patterns.
Add a new executable type to the flow runner (a new kind of automation block users can define in .flow files).
Run a pre-PR readiness check and report READY or NOT READY.
基于 SOC 职业分类
| name | validate |
| description | Run flow validate and fix any failures. Invoke after completing a feature or bug fix to confirm the codebase is clean before committing. |
| allowed-tools | Bash(flow validate:*) Bash(flow generate:*) Bash(flow lint:*) Bash(flow test:*) Bash(go test:*) Read |
Run flow validate — it runs these steps in order: generate → lint → test → validate generated (checks for uncommitted generated diffs in CI).
For each failure, diagnose and fix before moving on:
types/*/schema.yaml — read and fix the schemaflow generate and stage the regenerated files; this is always the fixDo not report done until flow validate exits 0 with all steps passing.