# Taskcluster Worker Lifecycle Logs

> >

- **Type:** Skill
- **Install:** `agentstack add skill-mozilla-platform-ops-agent-skills-taskcluster-worker-lifecycle-logs`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [mozilla-platform-ops](https://agentstack.voostack.com/s/mozilla-platform-ops)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MPL-2.0
- **Upstream author:** [mozilla-platform-ops](https://github.com/mozilla-platform-ops)
- **Source:** https://github.com/mozilla-platform-ops/agent-skills/tree/main/skills/taskcluster-worker-lifecycle-logs
- **Website:** https://agentskills.io/home

## Install

```sh
agentstack add skill-mozilla-platform-ops-agent-skills-taskcluster-worker-lifecycle-logs
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Taskcluster Worker-Manager Logs

Use [`tc-logview`](https://github.com/taskcluster/tc-logview) for service logs.
Do not build raw Cloud Logging queries for this workflow.

## References

- [README](references/README.md): setup, config, routing.
- [Log schema](references/log-schema.md): fields, output modes, query patterns.

## USE FOR:

Provisioning failures, registration errors, Azure scanner health, worker
lifecycle gaps, and single-VM traces.

## Out Of Scope

Task status, live task logs, artifacts, retriggers, in-VM worker logs, and
Azure VM/disk/NIC control-plane lifecycle events are outside this skill.

## Prerequisites

`tc-logview` on `PATH`, `fx-ci` in `~/.config/tc-logview/config.yaml`, synced
references with `tc-logview sync -e fx-ci`, and `jq` for aggregation.

## Examples

```bash
tc-logview list --service worker-manager
tc-logview query -e fx-ci --type worker-removed \
  --where 'workerPoolId=gecko-t/win11-64-25h2' --since 24h --json
```

## Workflow

List types, choose a typed event, filter pools with `--where`, trace VMs with
`--service worker-manager --filter '"vm-..."' --raw`, and use `--json` for
local aggregation.

## Gotchas / Troubleshooting

- Pass `-e fx-ci`; environment auto-detection can fail.
- Use unquoted `--where` values, despite the help text.
- If types are missing, run `tc-logview sync -e fx-ci`.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [mozilla-platform-ops](https://github.com/mozilla-platform-ops)
- **Source:** [mozilla-platform-ops/agent-skills](https://github.com/mozilla-platform-ops/agent-skills)
- **License:** MPL-2.0
- **Homepage:** https://agentskills.io/home

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-mozilla-platform-ops-agent-skills-taskcluster-worker-lifecycle-logs
- Seller: https://agentstack.voostack.com/s/mozilla-platform-ops
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
