一键导入
verify
Run the full CI verification suite locally (format, lint, test, snapshots). Use before committing or to check if changes pass CI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the full CI verification suite locally (format, lint, test, snapshots). Use before committing or to check if changes pass CI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when inside a cella dev container and you need to manage branches, dispatch tasks, run parallel agents, or interact with other containers. Also use when you see CELLA_DAEMON_ADDR in the environment or /cella/bin/cella exists.
Use when running a systematic test sweep of the cella worktree/task system from inside a container. Also use after modifying the daemon, agent CLI, or task manager, before releases, or after bug fixes.
Research devcontainer spec, official CLI, and VS Code extension behavior before making design decisions. Use this skill whenever implementing devcontainer commands, options, lifecycle hooks, or features — or when behavior is ambiguous, when fixing spec compliance issues, or when the user asks how something works in the original devcontainer tools. Also use before answering questions about how cella should behave when you're not certain of the correct behavior. Trigger on any devcontainer property name, lifecycle hook, feature resolution, Docker Compose integration, port forwarding, or environment variable handling question.
| name | verify |
| description | Run the full CI verification suite locally (format, lint, test, snapshots). Use before committing or to check if changes pass CI. |
Run all CI checks in sequence, stopping on first failure. Report each step's result clearly.
cargo fmt --all -- --check
cargo clippy --workspace --all-features --all-targets -- -D warnings -D clippy::all
cargo test --workspace
cargo insta test --workspace --check --unreferenced=reject
If any step fails:
cargo fmt --all to fix, then report what changed#[allow(clippy::...)])cargo insta review and assess whether the new snapshots are correct