deploy

Coordinate deployment verification, manual triggering, and failure triage for the mattbutlerengineering monorepo.

1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/mattbutlerengineering/mattbutlerengineering --skill deploy-mattbutlerengineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/mattbutlerengineering/mattbutlerengineering/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/mattbutlerengineering/mattbutlerengineering --skill deploy-mattbutlerengineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you reliably check deployment status, trigger the correct deployment pipelines, and debug failures across a complex monorepo where static apps, backend services, and infrastructure are deployed through different systems.

Core Features & Use Cases

  • Deployment status and recent-change visibility: Identify what changed since the last deploy and review the latest workflow runs for each pipeline.
  • Manual pipeline triggering: Run static site, service, and infrastructure workflows on demand when automation needs to be initiated explicitly.
  • Failure-focused debugging: Triage common breakpoints by pipeline type—static build issues, DigitalOcean deployment problems, and Pulumi infrastructure diffs—using the right local or dashboard checks.

Quick Start

Ask to check the most recent deploy status and debug any failures for the mattbutlerengineering monorepo.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I check the deployment status of a monorepo across Cloudflare Workers and DigitalOcean?

To check monorepo deployment status, inspect the latest GitHub Actions workflow runs for Cloudflare Workers static assets and DigitalOcean App Platform services. This identifies what changed since the last deploy and highlights any pipeline failures requiring triage.

How do I manually trigger deployment workflows for static sites and infrastructure changes?

Manually trigger monorepo deployment workflows by using GitHub Actions workflow_dispatch runs to initiate static site, backend service, or infrastructure pipelines on demand. This explicitly starts deployments when automated path-filtered triggers are not required.

How do I debug CI/CD deployment failures in a monorepo with Pulumi infrastructure?

Debug CI/CD monorepo deployment failures by triaging breakpoints based on pipeline type. Inspect GitHub Actions workflow runs to identify static build issues, DigitalOcean deployment problems, or Pulumi infrastructure diffs using appropriate local or dashboard checks.

Can I use GitHub Actions workflow_dispatch for on-demand monorepo releases to push-to-main?

Yes, GitHub Actions workflow_dispatch supports on-demand monorepo releases alongside push-to-main triggers. It respects workflow_run ordering dependencies and applies path-filtered workflows to ensure correct deployment sequencing for static, service, or infrastructure changes.

What is the best way to triage Pulumi infrastructure deployment failures in a monorepo?

The best way to triage Pulumi infrastructure failures in a monorepo is to inspect the GitHub Actions workflow run logs for infrastructure pipelines. Analyze Pulumi infrastructure diffs and verify environment or secret requirements to pinpoint deployment breakpoints.

Why does my monorepo deployment workflow fail when infrastructure changes occur out of order?

Monorepo deployment workflows fail when workflow_run ordering dependencies are not respected. Ensuring correct sequencing of static, service, and infrastructure pipelines across Cloudflare Workers and DigitalOcean prevents deployment failures during push-to-main releases.