status

Parse Railway CLI status output to report project, environment, services, deployments, and domains.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/habrahgithub/node-backend-starter --skill status-habrahgithub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/habrahgithub/node-backend-starter/tree/main/.codex/skills/railway-status
Command: npx skills add https://github.com/habrahgithub/node-backend-starter --skill status-habrahgithub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly determine the current Railway project health, deployment state, and uptime for the repository directory so you don't have to manually inspect the dashboard or guess whether services are running.

Core Features & Use Cases

  • Project & Environment Summary: Extract and present the project name, workspace, and active environment from Railway status output.
  • Service & Deployment Visibility: List services with their deployment state, identify activeDeployments that are building or deploying, and surface service URLs or statuses.
  • Domains & Troubleshooting: Report configured domains and public endpoints to verify reachability and assist with deployment checks; use before deploys, when debugging downtime, or when asked if the app is running.

Quick Start

Run the Railway CLI status command in this project directory and report the parsed project, environment, services, active deployments, and domains.

Frequently Asked Questions about status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Railway deployment status from the command line?

To check Railway deployment status, run the Railway CLI status command in your project repository. This parses project, environment, services, active deployments, and domains to verify deployment health without opening the dashboard.

What does Railway CLI status output show about my services?

Railway CLI status output shows your project name, active environment, and services. It identifies active deployments that are building or deploying and surfaces configured domains and public endpoints to verify service reachability.

How can I troubleshoot Railway deployment downtime or verify if my app is running?

To troubleshoot Railway downtime or verify if your app is running, inspect the parsed deployment state and service URLs from the status output. This surfaces active deployments and public domains to diagnose reachability issues.

Do I need the Railway CLI installed and authenticated to check project uptime?

Yes, you need the Railway CLI installed and authenticated to check project uptime. The status command must be run in a repository directory linked to your Railway project to successfully parse and present deployment data.

Can I view Railway environment and domain configuration before deploying?

Yes, you can view Railway environment and domain configuration before deploying. Running the status command extracts your active environment and reports configured domains and public endpoints to verify reachability prior to deployment.