status

Run railway status and report deployment, environment, and service health.

1|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/0xHoneyJar/loa-constructs --skill status-0xhoneyjar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/0xHoneyJar/loa-constructs/tree/main/.agents/skills/status
Command: npx skills add https://github.com/0xHoneyJar/loa-constructs --skill status-0xhoneyjar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps you quickly determine the current status of a Railway project, including deployment state, environments, and active services, without manually checking multiple sources.

Core Features & Use Cases

  • Retrieve a concise overview of your project, environment, and deployments.
  • Detect common states such as deployed, deploying, or no linked project and present actionable guidance.
  • Handle typical errors gracefully (e.g., not installed CLI, not authenticated) with clear remediation steps.

Quick Start

Run railway status in your project directory to view the current deployment and environment overview.

Frequently Asked Questions about status

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

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

To check Railway project deployment status, run the railway status command in your active project directory to retrieve a concise overview of your environment, active services, and current deployment state.

What information does the railway status command show about my environment?

The railway status command shows structured data regarding your current Railway environment, active services, domains, and whether the project state is deployed, deploying, or not linked.

Do I need the Railway CLI installed to verify my project deployment state?

Yes, you need the Railway CLI installed and authenticated to verify project deployment state. The tool uses the CLI to output structured deployment data and provides remediation steps if the CLI is missing.

Why does my Railway project status show no linked project in my directory?

Your Railway project status shows no linked project when the active directory is not associated with a Railway project. The tool detects this state and presents actionable guidance to link your project.

Can I detect common Railway deployment errors like failed authentication without checking the dashboard?

Yes, you can detect common Railway deployment errors like failed authentication locally. The tool handles typical errors gracefully and outputs clear remediation steps directly from the command line.

What is the best way to get a quick overview of Railway service health and domains?

The best way to get a quick overview of Railway service health and domains is running railway status in your project directory to output structured deployment data without manually checking multiple sources.