When to use
- •Use for app deploys to Railway from this repository.
- •Use after code changes that affect runtime behavior.
Workflow
- •Verify status and linkage first (
railway-statusskill). - •Validate required variables exist before deploy.
- •Trigger deploy through Railway MCP deploy tool.
- •Pull recent logs immediately after deploy.
- •Verify health endpoint/application startup signals.
Guardrails
- •Never change production-critical variables silently.
- •Surface migration risk before deploy if schema changed.
- •If deploy fails, capture logs and suggest minimal rollback steps.
Output expectations
- •Deployed service + environment.
- •Deploy result and URL/domain.
- •Post-deploy verification status and any errors.