sre

Check Taskflow service status, health endpoints, and recent logs for Railway deployments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill sre-arthtech-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sre
Source: https://github.com/ArthTech-AI/Marketplace-extensions/tree/main/tests/fixtures/claude-setups/poweruser/.claude/skills/sre
Command: npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill sre-arthtech-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly verify whether Taskflow services are up, responsive, and ready for deployment, without manually checking multiple dashboards and logs.

Core Features & Use Cases

  • Status Checks: Confirm the current Railway state of the backend and frontend services.
  • Health Validation: Hit application health endpoints to detect broken deployments or runtime issues.
  • Log Review: Inspect recent backend logs to spot errors after a release or incident.
  • Deploy Verification: Combine status, health, and logs into a fast post-deploy sanity check.

Quick Start

Ask the skill to run a deploy check for Taskflow and report whether the backend, frontend, and recent logs look healthy.

Frequently Asked Questions about sre

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

FAQPage Schema
How do I verify a Railway deployment for my backend and frontend services?

Verify a Railway deployment by checking service status, hitting health endpoints, and inspecting recent logs to confirm backend and frontend operational health. This post-deploy verification surfaces runtime errors and broken deployments quickly without manual dashboard checks.

What is the fastest way to run an SRE triage check on Taskflow services?

SRE triage for Taskflow involves probing service status, validating health endpoints, and reviewing recent backend logs. This combines status, health, and log inspection into a single command to investigate incidents and confirm operational health across database, frontend, and backend services.

How do I check Railway application logs for errors after a release?

Check Railway application logs for errors after a release by inspecting recent backend logs to spot runtime issues. Log review confirms whether the deployment is healthy or if errors appeared during the release, enabling fast post-deploy sanity checks.

Does this deploy verification process work for database services as well as web apps?

Yes, deploy verification applies to incident investigation across backend, frontend, and database services. It requires status probing and endpoint validation to confirm operational health and surface errors for all Taskflow services hosted on Railway.

Why does my Taskflow health check fail after a Railway deployment?

Health checks fail after a Railway deployment when status probing detects broken deployments or endpoint validation reveals runtime issues. Reviewing recent backend logs during SRE triage helps surface the specific errors causing the health validation failure.