원클릭으로
test
Write PHPUnit tests for PHP source files, auto-detecting conventions from the project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write PHPUnit tests for PHP source files, auto-detecting conventions from the project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Show the Cadenza command map — a quick reference to all available agents and commands.
Turn raw context, a thread, or a rough note into a well-structured GitHub issue.
Generate a PO-ready grouped changelog from merged PRs since the last release.
Generate a PR description for the current branch using commits, diffs, and the project template.
Analyse completed pipeline runs and surface DOD pass rates, loop-backs, and failure patterns.
Analyse changes, create atomic commits with generated messages, then offer to push. Accepts inline hints — "without <file>", "excluding <path>", "only <path>".
SOC 직업 분류 기준
| name | test |
| description | Write PHPUnit tests for PHP source files, auto-detecting conventions from the project. |
Writes PHPUnit unit and integration tests for PHP source files in this project.
Conventions (naming, @group annotations, mocking libraries) are discovered from the architecture
skill and existing test files — not assumed. Works for any WordPress plugin with Cadenza.
Project identity is auto-detected (see AGENTS.md §3) — no config file.
This skill uses: {ARCH_SKILL}, {DISPLAY_NAME}.
Parse the argument (if any):
target = "auto" (find changed source files on the current branch that lack test coverage)src/Foo/Bar.php → target = "src/Foo/Bar.php"target = ["src/Foo/Bar.php", "src/Baz/Qux.php"]Spawn test-writer as a sub-agent, passing target and the project config above.
Return the list of test files written and the command to run them.