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...]