axiom-cicd

Automates Cloudflare-first CI/CD setup with GitHub Actions and Wrangler templates.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/cffrank/paperclip-skills-agents --skill axiom-cicd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-cicd
Source: https://github.com/cffrank/paperclip-skills-agents/tree/main/skills/axiom-cicd
Command: npx skills add https://github.com/cffrank/paperclip-skills-agents --skill axiom-cicd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cloudflare-first CI/CD requires consistent templates, governance, and reference material to deploy confidently at scale.

Core Features & Use Cases

  • Deployment templates and reference material for Cloudflare Workers, D1, R2, and Pages via GitHub Actions.
  • Health checks, canary/gradual rollouts, and drift detection to reduce deployment risk.
  • D1 migrations, Wrangler commands, and asset uploads automated through repeatable playbooks.

Quick Start

Run the setup to generate standardized GitHub Actions workflows and Wrangler templates for your Cloudflare-first project.

Frequently Asked Questions about axiom-cicd

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

FAQPage Schema
How do I automate Cloudflare Workers deployments using GitHub Actions?

Automate Cloudflare Workers deployments by generating standardized GitHub Actions workflows and Wrangler templates. This setup ensures deterministic builds through strict Wrangler version pinning and repeatable playbooks for consistent, confident deployments.

How do I run D1 migrations before deploying Cloudflare Workers?

Run D1 migrations before deployment by integrating migration commands directly into your CI/CD pipeline. This Skill automates database migrations through repeatable playbooks, ensuring your D1 schema is updated safely before any Worker rollout.

Can I use canary deployments and health checks with Cloudflare Pages?

Yes, you can use canary deployments and health checks with Cloudflare Pages. The generated CI/CD templates support canary rollouts and health checks to reduce deployment risk across your Pages, Workers, and R2 projects.

What is the best way to handle drift detection and rollback for Cloudflare CI/CD?

Handle drift detection and rollback by applying automated governance procedures within your CI/CD pipeline. The Skill provides reference material for automated drift detection and rollback routines to maintain deployment consistency and reliability.

Does this CI/CD setup support R2 asset uploads and Wrangler commands?

Yes, the CI/CD setup supports R2 asset uploads and Wrangler commands. It automates asset uploads and Wrangler execution through repeatable playbooks, ensuring reliable R2 storage integration within your Cloudflare-first workflows.

Why do I need strict Wrangler version pinning in Cloudflare CI/CD workflows?

Strict Wrangler version pinning ensures deterministic builds in Cloudflare CI/CD workflows. By locking the Wrangler version, you prevent unexpected breaking changes or deployment failures caused by upstream CLI updates.