What problem does it solve? Deployed apps fail at runtime when required environment variables are missing from the hosting platform. This Skill audits an app's env.ts definitions against the variables actually configured in Railway, surfacing gaps before they cause production errors. ## Core Features & Use Cases - Variable Extraction: Reads server and client variables from an app's env.ts, noting which have defaults. - Railway Comparison: Fetches configured variable names from Railway via a bundled script and the Railway CLI. - Status Report: Outputs a markdown table classifying each variable as OK, using a default, or missing. - Use Case: Before deploying the admin app, run the check to confirm DATABASE_URL and other required variables are set in Railway, catching a missing variable that would have crashed the service at startup. ## Quick Start Ask the AI to run /check-env for the admin app to verify all required environment variables are configured in Railway.