ワンクリックで
check
Run cargo check and clippy on the Rust workspace. Quick code quality gate.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run cargo check and clippy on the Rust workspace. Quick code quality gate.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | check |
| description | Run cargo check and clippy on the Rust workspace. Quick code quality gate. |
| argument-hint | ["crate-name"] |
Run quality checks on the Rust workspace. Target: $ARGUMENTS (default: whole workspace).
cargo check --workspace (or -p $ARGUMENTS if crate specified)cargo clippy --workspace -- -D warnings (or -p $ARGUMENTS)If the project has a scripts/check.sh or scripts/check-rust.sh, prefer using that instead.
file:line — descriptionRun a comprehensive codebase audit across architecture, quality, security, and performance dimensions. Dispatches specialized agents.
Build and deploy garmin_api backend and/or frontend. Rebuilds WASM, Docker images, and restarts containers.
Run a Python tool via pipx (auto-installs if needed). Use for Playwright, black, ruff, etc. ALWAYS use this instead of pip install or direct python tool invocation.
Review uncommitted or staged changes for bugs, security issues, and code quality. Use before committing.