Agent skill
context-infrastructure
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/context-infrastructure
SKILL.md
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 configbackend/railway.toml- Backend servicefrontend/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 checksfrontend/e2e-smoke/*.spec.ts- Frontend smoke tests
Scripts
scripts/test-railway-setup.sh- Railway testingscripts/db-commands/db-verify.sh- Database verification
Documentation
- Internal:
docs/deployment/RAILWAY.md
Related Areas
- See
context-testing-infrastructurefor smoke test patterns - See
context-database-schemafor migration deployment
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?