ワンクリックで
testing
This skill describes the testing philosophy and commands for this repo. Load this skill when you add, remove, or modify tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
This skill describes the testing philosophy and commands for this repo. Load this skill when you add, remove, or modify tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Load this skill when creating a GitHub project backlog issue or drafting an issue title, body, type, or labels.
Backlog and project-management instructions using GitHub Issues. Load this skill when reading, listing, searching, understanding, or modifying project backlog issues.
Load this skill if you need to work with the backlog or meeting minutes
Load this skill if you need to review meeting minutes with the user
Load this skill if you need to prepare or review meeting minutes.
Load this skill if you need to create meeting minutes from transcript files.
| name | Testing |
| description | This skill describes the testing philosophy and commands for this repo. Load this skill when you add, remove, or modify tests. |
docs/application_interface.mdRun tests from repo root with:
poetry run pytest -q
Alternative (if Poetry env is already active):
python -m pytest -q
Tests are in tests/.