# Workspace Check

> tombi で作業を完了する前に、Rust / Node / Python / docs / workflow のどの面に検証コマンドが必要かを切り分け、実行済みと未実行のギャップを残るリスクとしてまとめる

- Skill: `tombi-toml/workspace-check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tombi-toml/workspace-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tombi-toml/workspace-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tombi-toml (https://skillmd.com/u/tombi-toml)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tombi-toml/workspace-check

---


# workspace-check

作業完了前の検証範囲を整理するための Skill。

## 手順

1. 変更した面を Rust / Node / Python / docs / workflow に分類する
2. 各面で最小限必要な確認コマンドを選ぶ
3. 実行したコマンドと未実行のギャップを分けて記録する

## 代表コマンド

- Rust: `cargo fmt --all`, `cargo check -p <crate>`, `cargo test -p <crate>`
- Workspace 全体: `cargo check --workspace --all-targets`, `cargo test --workspace`
- Node/docs: `pnpm format`, `pnpm lint`, package 単位コマンド
- Python: `uv run pytest`, `uv run ruff check`, `maturin build`

## 出力

- 実行したコマンド
- 未実行だが必要性を検討したコマンド
- 残るリスク

