Environment Diff
Compare configuration between staging and production environments to find drift
Example Prompt
Compare the staging and production environment configs and show me any differences
About
Detects configuration drift by reading environment configuration files and database settings from both staging and production. Compares values side by side to identify discrepancies that could cause deployment issues, and generates a detailed diff report for the operations team.
Workflow Steps
Read configuration files from the staging environment
📄 Read FileRead configuration files from the production environment
📄 Read FileQuery environment-specific database settings for both environments
📊 Run SQL QueryAnalyze and compare all configurations to identify drift and discrepancies
🧠 Structured ReasoningPost the environment diff report to the operations Slack channel
📨 Send MessageTools Used
Read File
Read the contents of a file at a specified path on the local filesystem
Run SQL Query
Execute a read-only SQL query against a PostgreSQL database and return results
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Send Message
Send a message to a Slack channel or direct message conversation
Required MCP Servers
Filesystem
Read, search, and manage files on the local filesystem
PostgreSQL
Query, inspect, and manage PostgreSQL databases with full SQL support
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions