ワンクリックで
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.