一键导入
ci
Run the full CI pipeline: clippy, fmt, and tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the full CI pipeline: clippy, fmt, and tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement the fix described in tasks/todo/<slug>.md, run the project's verification loop, and stop without committing. Use when the orchestrator dispatches a task into a fresh worktree and asks you to do the work.
Review the uncommitted fix in this worktree against tasks/todo/<slug>.md, then commit (or stop with a Rejected verdict). Use after /do-task — the orchestrator runs us in the same worktree to verify and commit the change.
Update documentation about current changes in the www/ folder (.md and .slv files).
Review code changes and provide feedback on quality, style, and potential issues.
Complete development workflow: run lint (clippy + fmt), tests, update changelog, commit changes, and create a release.
| name | ci |
| description | Run the full CI pipeline: clippy, fmt, and tests. |
/ci
cargo fmt
cargo clippy -- -D warnings
cargo test --lib
soli test tests/
/release to complete the full workflow including release