원클릭으로
qa-test-runner
// Triggers the QA Test Runner subagent to reproduce failures and interpret logs.
// Triggers the QA Test Runner subagent to reproduce failures and interpret logs.
Plan a remediation strategy after a test failure.
Executes code generation from Magic Modules into downstream Terraform providers and optionally compiles the binary.
Checks sync status and invokes the subagent to align repositories if needed.
Gather context on a change or bug and plan the implementation.
Checks if the downstream provider repository is aligned with the correct Magic Modules base commit.
Configures Terraform CLI with developer overrides to test locally built provider binaries without full Go acceptance tests, enabling rapid plan/apply cycles.
| 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 troubleshooting_reference.md based on their analysis.