Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Check current Railway project status for this directory. Use when user asks "railway status", "is it running", "what's deployed", "deployment status", or about uptime. NOT for variables or configuration queries - use railway-environment skill for those.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-05 | ✓→✗ | ▼ Worse | -23% | 0% |
| case-06 | ✓→✗ | ▼ Worse | 9% | 0% |
| case-08 | ✓→✗ | ▼ Worse | -54% | 0% |
| case-22 | ✓→✓ | = Same ✓ | -1% | 0% |
Check the current Railway project status for this directory.
Use the railway-environment skill instead when user wants:
Run:
bashrailway status --json
First verify CLI is installed:
bashcommand -v railway
If command -v railway fails:
> Railway CLI is not installed. Install with: > > npm install -g @railway/cli > > or > > brew install railway > > Then authenticate: railway login
If railway whoami fails:
> Not logged in to Railway. Run: > > railway login >
If status returns "No linked project":
> No Railway project linked to this directory. > > To link an existing project: railway link > To create a new project: railway init
Parse the JSON and present:
activeDeployments field)Example output format:
Project: my-app (workspace: my-team)
Environment: production
Services:
- web: deployed (https://my-app.up.railway.app)
- api: deploying (build in progress)
- postgres: runningThe activeDeployments array on each service shows currently running deployments with their status (building, deploying, etc.).
Other measured skills in the registry, with their headline benchmark lift.