Claude Code skills for the Mozilla RelOps team. Each skill gives agents the context and tooling to work with Mozilla's telemetry, CI, and infrastructure systems.
Install all skills:
npx skills add mozilla-platform-ops/agent-skillsInstall a specific skill:
npx skills add mozilla-platform-ops/agent-skills/<skill-name>| Skill | Description |
|---|---|
| production-image-deploy | Deploy a Firefox CI worker image end-to-end: trigger the worker-images Action build, verify the published artifact, then bump worker-images.yml in fxci-config and open the rollout PR. Covers Windows (Azure SIG, semver-versioned) and Linux (GCP, date-stamped images). |
| queue-diagnosis | Diagnose large Taskcluster worker-pool queues by combining live Taskcluster pool state with Redash/BigQuery demand analysis. Produces a supply-side, demand-side, mixed, or inconclusive verdict with supporting evidence. |
| redash | Query Mozilla's Redash (sql.telemetry.mozilla.org) for Firefox telemetry and FXCI task data. Covers OS version distribution, DAU/MAU, architecture breakdown, worker-pool queue time, and task-level CI analysis. Requires only a Redash API key. |
- Create
skills/<skill-name>/directory - Add
SKILL.mdwith YAML frontmatter (nameanddescription) - Add optional
references/,scripts/, orassets/subdirectories - Update this README's Available Skills table
- Test with
npx skills add
MPL-2.0 except where noted. Individual skills may use different licenses; check the LICENSE file in each skill directory.