·taskcluster
</>

taskcluster

Interact with Mozilla Taskcluster CI using the taskcluster CLI. Query task status, view logs, download artifacts, retrigger tasks, and manage task groups. Use when working with CI tasks from firefox-ci-tc.services.mozilla.com or debugging worker pool issues. For worker pool operations (list workers, terminate workers, bulk task cancellation), use native taskcluster api commands (see references/worker-pools.md). Triggers on "taskcluster", "task status", "task log", "artifacts", "retrigger", "task group", "worker pool".

13Installs·0Trend·@jwmossmoz

Installation

$npx skills add https://github.com/jwmossmoz/agent-skills --skill taskcluster

How to Install taskcluster

Quickly install taskcluster AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jwmossmoz/agent-skills --skill taskcluster
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jwmossmoz/agent-skills.

SKILL.md

View raw

Interact with Mozilla Taskcluster CI. Use the native taskcluster CLI for most operations. The Python helper script (tc.py) handles only what the native CLI cannot.

Read-only operations (status, logs, artifacts) work without auth. Write operations require credentials.

For worker pool management (list workers, terminate, bulk cancel), see references/worker-pools.md. These use taskcluster api workerManager and taskcluster api queue directly.

Interact with Mozilla Taskcluster CI using the taskcluster CLI. Query task status, view logs, download artifacts, retrigger tasks, and manage task groups. Use when working with CI tasks from firefox-ci-tc.services.mozilla.com or debugging worker pool issues. For worker pool operations (list workers, terminate workers, bulk task cancellation), use native taskcluster api commands (see references/worker-pools.md). Triggers on "taskcluster", "task status", "task log", "artifacts", "retrigger", "task group", "worker pool". Source: jwmossmoz/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jwmossmoz/agent-skills --skill taskcluster
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-11

Browse more skills from jwmossmoz/agent-skills

Quick answers

What is taskcluster?

Interact with Mozilla Taskcluster CI using the taskcluster CLI. Query task status, view logs, download artifacts, retrigger tasks, and manage task groups. Use when working with CI tasks from firefox-ci-tc.services.mozilla.com or debugging worker pool issues. For worker pool operations (list workers, terminate workers, bulk task cancellation), use native taskcluster api commands (see references/worker-pools.md). Triggers on "taskcluster", "task status", "task log", "artifacts", "retrigger", "task group", "worker pool". Source: jwmossmoz/agent-skills.

How do I install taskcluster?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jwmossmoz/agent-skills --skill taskcluster Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jwmossmoz/agent-skills