status

Consolidate Railway project status across environments and deployments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sidpalas/background-agent --skill status-sidpalas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/sidpalas/background-agent/tree/main/.opencode/skill/status
Command: npx skills add https://github.com/sidpalas/background-agent --skill status-sidpalas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly determine the current state of a Railway project, including deployment status and active environments, without manual CLI checks or scattered logs.

Core Features & Use Cases

  • Provides a consolidated view of project, environment, services, and active deployments from Railway.
  • Helps decide next actions before deployments or variable updates.
  • Use case: quickly verify if a service is deployed and which domain it is serving.

Quick Start

Tell me the current status of my Railway project for this directory.

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 deployment status from the command line?

You can check Railway project health by requesting a status overview for your directory. It relies on Railway CLI output to present environment, services, active deployments, and domains in a consolidated readable format.

What is the best way to view Railway project health across environments?

Viewing Railway project health across environments is done by consolidating CLI output into a single summary. This presents your project's active deployments, service states, and domain readiness without manual log checks.

Can I see which domain a Railway service is serving without checking logs?

Yes, you can see which domain a Railway service is serving by requesting a status check. It extracts domain readiness and maps active deployments to their corresponding services directly from the CLI output.

Does this work with the Railway CLI to verify environment state before deploying?

Yes, it works with the Railway CLI to verify environment state before deploying. It provides a consolidated view of current services and active deployments, helping you decide next actions or variable updates.

Why does my Railway deployment status show scattered logs instead of a summary?

Railway deployment status appears scattered when relying on manual CLI checks. This tool solves that by parsing raw CLI output and presenting a consolidated view of project, environment, services, and domains.