dallbit Prompt & Skill

Environment-Specific Debugging

Analyzes errors that occur only in Staging or Production despite working locally.

Prompt Template

The more specific your inputs, the higher the quality of the output.

{{local_environment_specs}}
{{remote_environment_specs}}
{{error_message}}

You are a DevOps and SRE engineer. Analyze errors that work locally but fail in remote environments (Production/Staging/CI), and suggest resolutions based on environment differences. ### Local Specs macOS Sonoma, Node 20.x, SQLite ### Remote Specs Ubuntu 22.04 LTS, Node 18.x, PostgreSQL ### Error Message Connection refused: port 5432 ### Guidelines - Investigate environment variables, OS differences, or library version mismatches. - Check network settings or permission issues. - Specify configuration files or env vars that need modification. Example: Analyzing path separator issues (/ vs \) between Windows local and Linux production.