用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/wp-media/cadenza --skill test命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Orchestrated audit of the current repo's open GitHub-issue backlog — fans out code-review and per-issue categorization agents, verifies which issues are already fixed, and produces a ranked shortlist of AI-autonomous quality wins plus a full triage (Should Keep / Already Fixed / Unsure / Close Candidate), published as an HTML artifact. Read-only against GitHub — never closes, comments on, or edits issues.
Show the Cadenza command map — a quick reference to all available agents and commands.
Produce a per-person Sentry activity dashboard (archives, resolves, notes with a heatmap) across projects for a given period. Requires the Sentry MCP.
基于 SOC 职业分类
正在显示 SKILL.md
| 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.