with one click
with one click
Executes code generation from Magic Modules into downstream Terraform providers and optionally compiles the binary.
Triggers the QA Test Runner subagent to reproduce failures and interpret logs.
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 | fix |
| description | Plan a remediation strategy after a test failure. |
fixUse this skill after the qa-test-runner subagent returns a failure report. Your job is to analyze the failure and propose a new fix strategy (Remediation Planning). Do NOT run generation or testing yourself.
Read the report returned by qa-test-runner. Compare findings against standard troubleshooting patterns (e.g. perpetual diffs, normalization issues).
Ask the user if they have a suggested change, or if you should propose a new strategy from reference guides. Offer specific recommendations.
Once a solution is agreed upon, apply the change manually, and then transition back to Step 3 (Generate) to compile the fix.