ワンクリックで
health-check
Run a repository-wide maintenance pass before merge/release. Covers cleanup, formatting, tests, docs, security, and CI checks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run a repository-wide maintenance pass before merge/release. Covers cleanup, formatting, tests, docs, security, and CI checks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Update project versions and release tag in one consistent flow (Cargo.toml, xtask, docs, and git tag).
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 adding or modifying tests. Ensures behavior changes are covered with focused tests and fast feedback.
Use when making code or documentation changes in this repository. Provides consistent workflow and validation steps.
| name | health-check |
| description | Run a repository-wide maintenance pass before merge/release. Covers cleanup, formatting, tests, docs, security, and CI checks. |
Use this skill to run a repository-wide maintenance pass before merge/release.
Keep the repository clean, reproducible, and aligned across code, tests, CI, and documentation.
cargo run -p xtask -- fmt-checkcargo test -qcargo check --workspaceskills/rust-security-checklist/SKILL.md:
config.example.toml and docs are aligned with runtime behavior.sptth-dev, rust-error-handling, rust-testing, rust-security-checklist).Provide:
docs/commit-message.md and keep commit text in English.