# QA Test Runner

> Triggers the QA Test Runner subagent to reproduce failures and interpret logs.

- Skill: `googlecloudplatform/qa-test-runner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add googlecloudplatform/qa-test-runner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/googlecloudplatform/qa-test-runner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: GoogleCloudPlatform (https://skillmd.com/u/googlecloudplatform)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/googlecloudplatform/qa-test-runner

---


# `qa-test-runner`

Use this skill to delegate heavy test reproduction and log parsing to a dedicated Subagent. This keeps your main context window clean.

## Execution Steps

### 1. Identify Target and Context
Gather context on *what* changed (the resource, the field, the PR) and which test you need to run.

### 2. Invoke Subagent
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.")

### 3. Verify Report
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.

