worker-image-build

Trigger and monitor Firefox CI Windows image builds via GitHub Actions workflows.

3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/jwmossmoz/agent-skills --skill worker-image-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker-image-build
Source: https://github.com/jwmossmoz/agent-skills/tree/main/skills/worker-image-build
Command: npx skills add https://github.com/jwmossmoz/agent-skills --skill worker-image-build

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Build Firefox CI Windows worker images by triggering GitHub Actions workflows. This enables automated, scalable creation of FXCI Azure Windows images (untrusted and trusted) across multiple configurations.

Core Features & Use Cases

  • Trigger FXCI - Azure and FXCI - Azure - Trusted workflows to build untrusted and trusted Windows images.
  • Check build status and access logs via gh CLI commands to monitor progress.
  • Manage configurations (win10-64-2009-alpha, win11-64-24h2, win2022-64-2009, win11-a64-24h2-builder, etc.) and release notes as part of the workflow process.

Quick Start

Trigger a FXCI Windows image build by selecting a configuration and running the corresponding workflow with the GitHub CLI.

Frequently Asked Questions about worker-image-build

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

FAQPage Schema
How do I trigger Firefox CI Windows image builds using GitHub Actions?

You can trigger a Firefox CI Windows image build by using the GitHub CLI to execute the FXCI Azure workflow from the mozilla-platform-ops/worker-images repository for your chosen configuration.

What is the difference between untrusted and trusted FXCI Azure image workflows?

Untrusted and trusted FXCI Azure workflows build different security variants of Windows worker images. This Skill triggers both variants across configurations including win11-64-24h2 and win11-a64-24h2-builder.

How do I check the build status and access logs for FXCI Windows images?

You can check FXCI Windows image build status and access logs by using GitHub CLI commands to monitor workflow progress and view detailed output for the triggered builds.

Do I need access to the mozilla-platform-ops repository to build Windows worker images?

Yes, building FXCI Windows worker images requires access to the mozilla-platform-ops/worker-images repository and the GitHub CLI to trigger and monitor the GitHub Actions workflows.

Can I build ARM64 Windows images for Firefox CI using GitHub Actions?

Yes, you can build ARM64 Windows images for Firefox CI by triggering the GitHub Actions workflow using the win11-a64-24h2-builder configuration.

What configurations are supported for FXCI Azure Windows image builds?

Supported configurations for FXCI Azure Windows image builds include win10-64-2009-alpha, win11-64-24h2, win2022-64-2009, and win11-a64-24h2-builder for both untrusted and trusted variants.