Railway Ops & Debugging

Verify Railway backend health and diagnose build failures via CI pipelines.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/HankHuang0516/wishlist-app --skill railway-ops-debugging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Railway Ops & Debugging
Source: https://github.com/HankHuang0516/wishlist-app/tree/main/.agent/skills/railway_ops
Command: npx skills add https://github.com/HankHuang0516/wishlist-app --skill railway-ops-debugging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps DevOps and backend engineers verify Railway backend health and diagnose build failures.

Core Features & Use Cases

  • Health Checks: Validate production readiness by querying health endpoints.
  • Admin Stats & Logs: Retrieve critical metrics like system stats and crawler logs.
  • Gemini Status: Check Gemini API status and quotas to prevent outages.
  • Build Debugging Protocol: Follow a repeatable, safe procedure to diagnose and fix common build errors in CI/CD.

Quick Start

  • Health Check: read_url_content https://wishlist-app-production.up.railway.app/api/admin/health
  • System Stats: read_url_content https://wishlist-app-production.up.railway.app/api/admin/stats?key=wishlist-secure-admin-2026-xK9p
  • Crawler Logs: read_url_content https://wishlist-app-production.up.railway.app/api/admin/crawler-logs?key=wishlist-secure-admin-2026-xK9p
  • Gemini Status: read_url_content https://wishlist-app-production.up.railway.app/api/admin/gemini-status?key=wishlist-secure-admin-2026-xK9p

Frequently Asked Questions about Railway Ops & Debugging

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

FAQPage Schema
How do I check Railway backend health and verify production readiness?

To check Railway backend health, query the health endpoint to validate production readiness. This retrieves system status and confirms the application is running correctly in the production or staging environment.

What is the best way to diagnose Railway build errors in CI/CD?

The best way to diagnose Railway build errors is following a repeatable debugging protocol. This enforces safe procedures to identify and fix common build failures encountered by CI pipelines or manual operators.

How do I retrieve admin stats and crawler logs from a Railway deployment?

Retrieve admin stats and crawler logs from a Railway deployment by querying specific admin endpoints. This fetches critical metrics like system statistics and crawler activity logs, providing visibility into backend operations.

Can I check Gemini API status and quotas to prevent application outages?

Checking Gemini API status and quotas helps prevent outages. Query the Gemini status endpoint to verify API availability and quota limits, ensuring downstream integrations remain functional within the Railway backend.

Does this Railway debugging protocol work for both CI pipelines and manual operators?

The Railway debugging protocol works for both CI pipelines and manual operators. It enforces safe, repeatable procedures that can be executed by either automated systems or individual engineers.