用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GoogleCloudPlatform/magic-modules --skill qa-test-runner命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | qa-test-runner |
| description | Triggers the QA Test Runner subagent to reproduce failures and interpret logs. |
qa-test-runnerUse this skill to delegate heavy test reproduction and log parsing to a dedicated Subagent. This keeps your main context window clean.
Gather context on what changed (the resource, the field, the PR) and which test you need to run.
Use the invoke_subagent tool. Pass the context of the change as part of the trigger prompt so the subagent knows what it's looking for!
Trigger Example: invoke_subagent("qa-test-runner", "Run <TEST_NAME>. We just made the following change: <CHANGE_DESCRIPTION>. Verify if it fails or passes. Use your active workspace to find the magic-modules path <PATH_TO_MAGIC_MODULES> and output debug logs to <PATH_TO_MAGIC_MODULES>/debug_output.")
Read the human-readable Markdown report returned by the subagent. Formulate a fix strategy using .agents/skills/operations/troubleshooting_reference.md based on their analysis.