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