devops-scripts
Installation
SKILL.md
DevOps Scripts
Mechanical infrastructure checks are handled by scripts. The agent's job is to run them and act on the structured JSON they return — not to reinvent connectivity probes inline.
Scripts
health-check.sh — Service Connectivity
Checks Vercel deployment status, Railway project status, Redis connectivity, and PostgreSQL connectivity. Each service is checked independently; missing CLI tools produce an informative JSON error rather than crashing the script.
bash <skill-path>/scripts/health-check.sh
Reads from environment:
REDIS_URL— defaults toredis://localhost:6379DATABASE_URL— defaults topostgresql://localhost:5432/devVERCEL_ORG_ID— optional, scopes thevercel lscheck