os-integrations

Installation
SKILL.md

OS Integrations

Run Firefox mach try commands with pre-configured worker pool overrides for testing against alpha images.

Usage

# Run with preset (dry-run to preview)
uv run ~/.claude/skills/os-integrations/scripts/run_try.py win11-24h2 --dry-run

# Push to try server
uv run ~/.claude/skills/os-integrations/scripts/run_try.py win11-24h2 --push

# Filter to specific test types (recommended)
uv run ~/.claude/skills/os-integrations/scripts/run_try.py win11-24h2 -t xpcshell -t mochitest-browser-chrome --push
uv run ~/.claude/skills/os-integrations/scripts/run_try.py win11-24h2 -t mochitest-devtools-chrome -t mochitest-chrome-1proc --dry-run

# Override query (advanced)
uv run ~/.claude/skills/os-integrations/scripts/run_try.py win11-24h2 -q "test-windows11-64-24h2" --push
Related skills
Installs
18
GitHub Stars
3
First Seen
Feb 12, 2026