一键导入
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.