·debug:terraform

Terraform のコードとしてのインフラストラクチャの問題を体系的にデバッグします。このスキルは、状態ロックの競合、プロバイダー認証の失敗、リソースの依存関係サイクル、状態ドリフト検出、インポートの失敗、モジュール バージョンの競合、計画/適用エラーなどの Terraform 固有の問題の診断と解決に役立ちます。 TF_LOG デバッグ、Terraform コンソールの使用法、状態操作コマンド、インフラストラクチャ自動化のための CI/CD のベスト プラクティスを提供します。

15インストール·0トレンド·@snakeo

インストール

$npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:terraform

SKILL.md

Debug Terraform configurations and state issues using a systematic four-phase approach with provider-specific considerations.

| terraform validate | Check syntax and configuration | | terraform plan | Preview changes | | terraform plan -refresh-only | Detect state drift | | terraform state list | List all resources in state | | terraform state show | Show resource details | | terraform state pull | Download remote state | | terraform state rm | Remove from state |

| terraform import | Import existing resource | | terraform force-unlock | Release state lock | | terraform console | Interactive expression testing | | terraform graph | Generate dependency graph | | terraform providers | Show required providers | | terraform output | Show output values | | terraform taint | Mark for recreation (deprecated) |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:terraform
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-06
更新日
2026-02-18

クイックアンサー

debug:terraform とは?

Terraform のコードとしてのインフラストラクチャの問題を体系的にデバッグします。このスキルは、状態ロックの競合、プロバイダー認証の失敗、リソースの依存関係サイクル、状態ドリフト検出、インポートの失敗、モジュール バージョンの競合、計画/適用エラーなどの Terraform 固有の問題の診断と解決に役立ちます。 TF_LOG デバッグ、Terraform コンソールの使用法、状態操作コマンド、インフラストラクチャ自動化のための CI/CD のベスト プラクティスを提供します。 ソース: snakeo/claude-debug-and-refactor-skills-plugin。

debug:terraform のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:terraform インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/snakeo/claude-debug-and-refactor-skills-plugin