stat-railway

Retrieve Railway project status via the Railway CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bjornslib/cobuilder-harness --skill stat-railway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stat-railway
Source: https://github.com/bjornslib/cobuilder-harness/tree/main/.claude/skills/railway-stat
Command: npx skills add https://github.com/bjornslib/cobuilder-harness --skill stat-railway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a quick way to retrieve and present the current Railway project status for the active directory, reducing manual checks and status drift.

Core Features & Use Cases

  • Status retrieval: run the Railway CLI to query project name, environment, services, and domains.
  • Deployment visibility: surface active deployments and their progress to inform deployment decisions.
  • Error awareness: guide on handling common issues like missing CLI, not authenticated, or no linked project.

Quick Start

Run railway status --json in the project directory to view the current state.

Frequently Asked Questions about stat-railway

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

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

To check your Railway project status, you can run the Railway CLI to query the project name, environment, services, active deployments, and domains for your current directory. This provides a quick overview without manual dashboard checks.

What information is included in a Railway environment status check?

A Railway environment status check retrieves the project name, active environment, deployed services, active deployment progress, and configured domains. This information helps you verify your project state before deploying or debugging.

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

Yes, checking Railway project status requires the Railway CLI to be installed and authenticated. The status query also requires a project linked to your current directory to retrieve the deployment and service details.

Why does my Railway status query fail when no project is linked?

Your Railway status query fails when no project is linked to the current directory. The status check handles this error by guiding you to link a project first, along with errors for a missing CLI or unauthenticated session.

Can I view active Railway deployments and domains before pushing new changes?

Yes, you can view active Railway deployments and their progress alongside configured domains before pushing changes. Retrieving this status ensures you are aware of current deployment states and can make informed deployment decisions.