unit-test
スター14
フォーク19
更新日2026年3月21日 12:46
Unit test skill for testing using phpunit wrapper.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
ファイルエクスプローラー
2 ファイルSKILL.md
readonlyメニュー
Unit test skill for testing using phpunit wrapper.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | unit-test |
| description | Unit test skill for testing using phpunit wrapper. |
| user-invocable | true |
The wrapper script for this skill is located in the same directory at #file:./scripts/phpunit.sh (relative to this #file:/SKILL.md ). To avoid ambiguity, use the explicit repository-root path when invoking it from automation or CI:
From the repository root:
cd ${workspace} # ensure you're at the repo root
./.github/skills/unit-test/scripts/phpunit.sh
cd into the skill directory first:cd ${workspace}/.github/skills/unit-test/scripts/ # ensure you're at the repo root
./phpunit.sh <command> [args...]