terraform-skill
仓库创建 2026年1月16日最近提交 24 天前SkillHot 收录 20 天前
▸ 精选理由
诊断思路严谨,适合排查状态、权限与 CI 故障的工程师使用。
▸ 风险提示
可能建议变更或破坏性操作,需谨慎执行并备份状态与凭据
这个 Skill 做什么
为 Terraform/OpenTofu 提供版本感知的诊断、审查与修复建议。
针对 Terraform/OpenTofu 提供基于版本的诊断、审查和修复建议,能识别身份变更、密钥问题、CI 漂移或 state 损坏等常见故障模式。适合在写/审查模块、调试 CI 或执行状态操作前后使用。特点是先列明假设与版本底线,再给出与当前 runtime、provider 和后端兼容的可操作修复路线。
▸ 展开 SKILL.md 英文原文
Use when writing, reviewing, or debugging Terraform/OpenTofu modules, tests, CI, scans, or state ops - diagnoses failure mode (identity churn, secrets, blast radius, CI drift, state corruption) with version-aware guards.
2.2k
Stars
197
Forks
1
仓库内 Skill
+66
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/antonbabenko/terraform-skill/master/skills/terraform-skill/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/antonbabenko/terraform-skill/master/skills/terraform-skill/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Terraform Skill for Claude Diagnose-first guidance for Terraform and OpenTofu. Core file is a workflow; depth lives in references loaded on demand. ## Response Contract Every Terraform/OpenTofu response must include: 1. **Assumptions & version floor** — runtime (`terraform` or `tofu`), exact version, providers, state backend, execution path (local/CI/Cloud/Atlantis), environment criticality. State assumptions explicitly if the user did not provide them. 2. **Risk category addressed** — one or more of: identity churn, secret exposure, blast radius, CI drift, compliance gaps, state corruption, provider upgrade risk, testing blind spots. 3. **Chosen remediation & tradeoffs** — what was ch
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有