devops

Automate cross-platform deployment workflows across Cloudflare, Docker, and Google Cloud.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/lukebaze/forex-rebate-bot --skill devops-lukebaze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/lukebaze/forex-rebate-bot/tree/main/.opencode/skill/devops
Command: npx skills add https://github.com/lukebaze/forex-rebate-bot --skill devops-lukebaze

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates cross-platform deployment workflows across Cloudflare, Docker, and Google Cloud to streamline DevOps operations.

Core Features & Use Cases

  • Cloudflare deployment automation with Wrangler
  • Dockerfile best practices and multi-stage builds
  • Google Cloud deployment with gcloud and Cloud Run / GKE
  • CI/CD workflow templates and environment management
  • Secrets management and security best practices

Quick Start

Start by cloning a sample project and running the Cloudflare deployment utility to deploy to a staging environment.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I automate CI/CD deployment workflows across Cloudflare, Docker, and Google Cloud?

Automate cross-platform CI/CD deployment workflows by configuring Wrangler and gcloud, building multi-stage Docker images, and managing environment pipelines with automated validation and rollback planning for streamlined DevOps operations.

What are the best practices for building multi-stage Docker images in a DevOps pipeline?

Multi-stage Docker builds in a DevOps pipeline follow best practices by separating build and runtime environments, which streamlines containerized application deployment and reduces final image size for production environments.

Can I manage multi-environment deployments for dev, staging, and production using gcloud and Cloud Run?

Yes, multi-environment deployment pipelines support dev, staging, and production environments using gcloud and Cloud Run, applying environment awareness and automated rollback planning to manage Google Cloud deployments.

Does this DevOps automation handle secrets management and security across deployment environments?

DevOps automation handles secrets management and security best practices across deployment environments, ensuring sensitive data is managed correctly during Cloudflare and Google Cloud deployment operations.

What's the best way to configure Wrangler for Cloudflare edge deployments in a CI/CD pipeline?

Configure Wrangler for Cloudflare edge deployments by integrating it into CI/CD workflow templates, enabling automated validation and environment-aware deployment operations across staging and production.