一键导入
rust-testing
Use when adding or modifying tests. Ensures behavior changes are covered with focused tests and fast feedback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when adding or modifying tests. Ensures behavior changes are covered with focused tests and fast feedback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | rust-testing |
| description | Use when adding or modifying tests. Ensures behavior changes are covered with focused tests and fast feedback. |
Use this skill when adding or modifying tests in this repository.
Ensure behavior changes are covered with focused tests and fast feedback loops.
src/config.rs)src/dns.rs)src/proxy.rs)src/ca.rs)cargo test -q
cargo check --workspace
cargo run -p xtask -- fmt-check
Update project versions and release tag in one consistent flow (Cargo.toml, xtask, docs, and git tag).
Run a repository-wide maintenance pass before merge/release. Covers cleanup, formatting, tests, docs, security, and CI checks.
Use when changing Rust code paths that return errors or log failures. Ensures errors are actionable, consistent, and safe.
Use before merging security-relevant Rust changes. Catches common local-service security regressions.
Use when making code or documentation changes in this repository. Provides consistent workflow and validation steps.