bugzilla
Installation
SKILL.md
Bugzilla CLI
Requires: export BUGZILLA_API_KEY="your-key" (get from https://bugzilla.mozilla.org/userprefs.cgi?tab=apikey)
Read-only ops work without auth.
Run via the installed skill path:
BZ=~/.claude/skills/bugzilla/scripts/bz.py
Usage
uv run "$BZ" <command> [options]
Run uv run "$BZ" --help for full options.
Related skills