# Run Tests

> Run tests with debug logging. Use when user says 'test', 'テスト', or asks to verify changes. Use when this capability is needed.

- Skill: `tomevault-io/run-tests-10` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/run-tests-10`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/run-tests-10/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/run-tests-10

---


変更を検証するため、テストをデバッグ出力付きで実行する。

```bash
# 指定ファイル
LOG_LEVEL=debug deno test $ARGUMENTS --allow-env --allow-write --allow-read
# 全テスト（引数なし時）
LOG_LEVEL=debug deno test --allow-env --allow-write --allow-read
```

テスト階層: `tests/` — `00_fixtures/` (fixture) → `01_unit/` → `02_integration/` → `03_system/`。ファイル命名: `*_test.ts`

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/tettuan) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

