원클릭으로
tf-bugfix
Diagnose and fix bugs in the Terraform Capella provider with acceptance tests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Diagnose and fix bugs in the Terraform Capella provider with acceptance tests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate acceptance tests for a named Terraform resource or data source in the Couchbase Capella provider.
generate terraform datasources based on openapi spec.
Generate terraform HCL examples for a feature.
generate terraform resources based on openapi spec.
Generate terraform HCL examples for a feature.
| name | tf-bugfix |
| description | Diagnose and fix bugs in the Terraform Capella provider with acceptance tests. |
Read the Jira ticket or GitHub issue provided by the user. Summarize: what is the bug, what is the expected behavior, and what is the actual behavior.
Search the codebase for the function, file, or code path mentioned in the bug report. Read the relevant source files to understand the current behavior.
Identify the root cause. Explain why the current code produces the bug (e.g., missing bounds check, nil pointer, incorrect logic).
Propose a robust fix that addresses the root cause.
Add an acceptance test in acceptance_tests/ to
validate the fix end-to-end:
resource.ParallelTest(),
globalProtoV6ProviderFactory, and helper functions like
randomStringWithPrefix.TestAcc<Feature>_AV_XXXXX e.g. TestAccProject_AV_12345.Do not run the acceptance test.