devops-specialist

Automate deployment configuration and environment management for cloud applications.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sonyho2715/lee-meadows-saas --skill devops-specialist-sonyho2715
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devops-specialist
Source: https://github.com/sonyho2715/lee-meadows-saas/tree/main/.claude/skills/devops-specialist
Command: npx skills add https://github.com/sonyho2715/lee-meadows-saas --skill devops-specialist-sonyho2715

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes manual, error-prone deployment and environment configuration by providing repeatable CI/CD pipelines, secrets management guidance, and deployment best practices so teams can ship reliably across platforms.

Core Features & Use Cases

  • Deployment Configuration: Guidance for Vercel and Railway deployment settings, preview deployments, and production/staging separation.
  • CI/CD Automation: Example GitHub Actions workflow patterns for linting, testing, migrations, and gated deployments.
  • Database & Environment Management: PostgreSQL deployment checklist, migration orchestration, connection pooling, and secret handling strategies.
  • Use Case: On every pull request, run linting and tests, provision a preview environment with platform-managed secrets, and on merge to main run migrations and promote the release to production.

Quick Start

Set up a GitHub Actions workflow that lints and tests the code, runs database migrations, and deploys to Vercel with environment variables managed in the Vercel dashboard.

Frequently Asked Questions about devops-specialist

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

FAQPage Schema
How do I set up GitHub Actions for CI/CD with Vercel and PostgreSQL migrations?▼

To set up CI/CD with GitHub Actions, configure a workflow that lints and tests code, runs PostgreSQL database migrations, and deploys to Vercel using environment variables managed in the Vercel dashboard. This automates staging and production releases reliably.

What is the best way to manage environment variables and secrets for Railway and Vercel deployments?▼

The best way to manage environment variables and secrets for Vercel and Railway is using platform-managed settings to provision preview environments and separate staging from production. This ensures secure secret handling and repeatable deployment configuration without manual errors.

Can I use Docker containers with Railway for staging and production separation?▼

Yes, you can use Docker containers with Railway to separate staging and production environments. The deployment configuration supports preview deployments and platform-managed secrets, allowing you to ship releases reliably across different environments.

How do I automate database migrations in a CI/CD pipeline without downtime?▼

Automating database migrations in a CI/CD pipeline involves orchestrating PostgreSQL migrations through GitHub Actions on merge to main, using connection pooling and deployment checklists to ensure safe staging and production releases without manual intervention.

Does this deployment configuration support gated deployments for pull requests?▼

Yes, the deployment configuration supports gated deployments for pull requests by running linting and tests, provisioning a preview environment with platform-managed secrets, and promoting the release to production only after successful merge to main.

What monitoring integrations are available for Vercel and Railway deployments?▼

Monitoring integrations are supported for Vercel and Railway deployments to track release health and application performance. These integrations work alongside CI/CD pipelines, PostgreSQL setup, and environment variable management to ensure reliable production releases.