treeherder
Installation
SKILL.md
Treeherder
Query Mozilla Treeherder for CI job results, failure analysis, and performance data.
Tool
This skill uses treeherder-cli, a Rust CLI for revision-based failure analysis, comparison, history, log searching, artifact downloads, and watch mode.
cargo install --git https://github.com/padenot/treeherder-cli
For tasks treeherder-cli does not cover (push listing, failures-by-bug, error-line bug suggestions, performance alerts, repository listing), call the Treeherder REST API directly. See references/api-reference.md.
Quick Start
# Get failed jobs for a revision
treeherder-cli a13b9fc22101 --json
Related skills