Back to list
stars-end

context-infrastructure

by stars-end

1🍴 0📅 Jan 20, 2026

SKILL.md


name: context-infrastructure description: | Railway deployment, CI/CD workflows, GitHub Actions, and smoke tests. Handles Railway configuration, GitHub Actions workflows, deployment automation, and health checks. Use when working with deployment, CI configuration, Railway setup, or infrastructure automation, or when user mentions Railway environments, GitHub Actions, deployment issues, CI failures, "Build failed" errors, smoke test errors, CI/CD pipelines, Docker configuration, or devops workflows. tags: [infra, deployment, ci-cd, railway]

Infrastructure

Navigate Railway deployment, GitHub Actions workflows, and infrastructure config.

Overview

Railway for deployment, GitHub Actions for CI/CD. See docs/deployment/RAILWAY.md.

Railway Configuration

  • railway.toml (root) - Project-level config
  • backend/railway.toml - Backend service
  • frontend/railway.toml - Frontend service

CI/CD Workflows

  • .github/workflows/*.yml - All GitHub Actions
  • .github/workflows/deploy.yml - Deployment workflow (if exists)
  • .github/workflows/test.yml - Test workflow (if exists)

Docker

  • Dockerfile (root) - Docker configuration (if exists)
  • docker-compose*.yml - Docker Compose (if exists)

Smoke Tests

  • backend/smoke_endpoints.py - Backend health checks
  • frontend/e2e-smoke/*.spec.ts - Frontend smoke tests

Scripts

  • scripts/test-railway-setup.sh - Railway testing
  • scripts/db-commands/db-verify.sh - Database verification

Documentation

  • Internal: docs/deployment/RAILWAY.md
  • See context-testing-infrastructure for smoke test patterns
  • See context-database-schema for migration deployment

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon