Analyze and optimize Terraform provider acceptance test execution for maximum speed with 100% pass rate. Use when the user wants to run tests faster, analyze test timing, find slow tests, parallelize test execution, or optimize their test suite's throughput.…
Analyze GitHub issues for any repository to discover themes, assess community demand, and produce prioritized roadmap recommendations. Use when the user wants to understand issue trends, group issues by theme, prioritize features, plan a roadmap, triage a…
Terraform provider acceptance test patterns using terraform-plugin-testing with the Plugin Framework. Covers test structure, TestCase/TestStep fields, ConfigStateChecks with custom statecheck.StateCheck implementations, plan checks, CompareValue for…
Uplift a Terraform provider's golangci-lint config to the HashiCorp terraform-provider-scaffolding-framework standard by fetching the latest baseline from GitHub and additively merging missing linters, settings, and sections. Use this skill when the user…
Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations.
Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior, mocking providers, and troubleshooting test execution.
Checklist creation patterns for requirement quality validation. "Unit tests for English" — test the requirements themselves, not the implementation. Anti-examples, quality dimensions, traceability rules. Preloaded by sdd-checklist agent.
Pattern extraction heuristics, pitfall recording format, and compound memory directory structure for capturing learnings from Terraform workflows. Preloaded by all compound-* agents.