detecting-infrastructure-drift
This skill enables Claude to detect infrastructure drift from a desired state. It uses the `drift-detect` command to identify discrepancies between the current infrastructure configuration and the intended configuration, as defined in infrastructure-as-code tools like Terraform.
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
This skill enables Claude to detect infrastructure drift from a desired state. It uses the drift-detect command to identify discrepancies between the current infrastructure configuration and the intended configuration, as defined in infrastructure-as-code tools like Terraform. Use this skill when the user asks to check for infrastructure drift, identify configuration changes, or ensure that the current infrastructure matches the desired state. It is particularly useful in DevOps workflows for maintaining infrastructure consistency and preventing configuration errors. Trigger this skill when the user mentions \
How to use
Zainstaluj umiejętność w swoim środowisku Claude'a, dodając ją do dostępnych narzędzi DevOps.
Poproś Claude'a o sprawdzenie dryfu infrastruktury, używając naturalnego języka — na przykład: "Sprawdź, czy moja infrastruktura produkcyjna odpowiada pożądanemu stanowi" lub "Wygeneruj raport zmian konfiguracji".
Claude automatycznie uruchomi polecenie
drift-detect, które przeskanuje Twoją bieżącą konfigurację infrastruktury w stosunku do zdefiniowanego stanu.Czekaj na analizę — narzędzie porówna rzeczywistą infrastrukturę z konfiguracją zdefiniowaną w Terraform lub innym narzędziu infrastructure-as-code.
Przejrzyj wygenerowany raport, który wyświetli wszystkie wykryte rozbieżności, dotknięte zasoby i szczegóły zmian konfiguracyjnych.
Użyj informacji z raportu do skorygowania infrastruktury lub zaktualizowania definicji pożądanego stanu, aby przywrócić spójność.