← Back to Skills
🔧

Config Drift Detector

Compare live configurations across environments and flag drift

Operations 4 steps 4 tools 4 servers

Example Prompt

Check for configuration drift between our staging and production Redis environments

About

Detects configuration drift by reading configuration values from Redis across different environments (development, staging, production), comparing them to the canonical configuration stored in your repository, and flagging any discrepancies. A detailed drift report highlights which keys differ, their expected vs. actual values, and the risk level of each deviation.

Workflow Steps

1

Read live configuration values from Redis for each environment

🔑 Get Key
2

Read the canonical configuration file from the repository as the source of truth

📃 Read Repo File
3

Reason through differences between live and canonical configs to assess drift severity

🧠 Structured Reasoning
4

Write a drift report detailing all discrepancies with risk levels and remediation steps

✏️ Write File

Tags

configurationdriftenvironmentsinfrastructure