railway-deploy
Installation
SKILL.md
Railway Autonomous Deployment Diagnosis
When the user reports a Railway deployment issue, follow this workflow automatically without asking for additional context.
Step 1: Collect Evidence (run in parallel)
# Get deployment logs (build + runtime)
railway logs --lines 100
railway logs --build --lines 50
# Check environment variables
railway variable list --kv
# Check deployment status
railway status