Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
yoanbernabeu avatar

Bugsnag Cli

  • 9 installs
  • 2 repo stars
  • Updated February 27, 2026
  • yoanbernabeu/bugsnag-cli

Helps with ai & agent building tasks during AI-assisted development.

About

bugsnag-cli is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • bugsnag-cli
  • AI & Agent Building
  • AI-coding skill

Bugsnag Cli by the numbers

  • 9 all-time installs (skills.sh)
  • Ranked #12,152 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yoanbernabeu/bugsnag-cli --skill bugsnag-cli

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs9
repo stars2
Last updatedFebruary 27, 2026
Repositoryyoanbernabeu/bugsnag-cli

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

bugsnag-cli

A fast, agent-friendly CLI for the Bugsnag Data Access API. Outputs JSON by default (ideal for agents and scripts), supports --format table for human reading.

When to read which reference

Pick the reference file that matches the user's intent:

User intentReference file
Install, configure, authenticate, first stepsreferences/quickstart.md
Investigate a specific error (details, events, trends, comments)references/investigate-error.md
Assess overall project health (error counts, trends, stability, releases)references/project-health.md
Look up exact command syntax, flags, or optionsreferences/command-reference.md

If unsure, start with references/command-reference.md — it covers every command.

Quick overview

Authentication

Three methods (checked in this priority order):

1. Flag: --api-token TOKEN or -t TOKEN 2. Env var: BUGSNAG_API_TOKEN 3. Config file: ~/.bugsnag-cli.yaml (created via bugsnag configure --api-token TOKEN)

Available commands

CommandDescription
bugsnag configureSave auth token and defaults to config file
bugsnag organizations listList organizations
bugsnag projects list/getList or get project details
bugsnag errors list/getList errors with filters, or get error details
bugsnag events list/getList event occurrences, or get event details
bugsnag trends project/errorView error trends over time
bugsnag collaborators listList organization collaborators
bugsnag comments list/createList or add comments on errors
bugsnag releases listList project releases
bugsnag stability trendView crash-free session rate
bugsnag versionPrint CLI version

Global flags

FlagShortDefaultDescription
--api-token-tBugsnag API token
--format-fjsonOutput format: json or table
--per-page30Results per page (1-100)
--all-pages-afalseFetch all pages
--base-urlhttps://api.bugsnag.comAPI base URL
--config~/.bugsnag-cli.yamlConfig file path

Output format

JSON lists return: {"data": [...], "total_count": N, "has_more": bool}

Single items return the object directly. Errors go to stderr as {"error": "..."}.

Exit codes

CodeMeaning
0Success
1General error
2Configuration error (missing token/flag)
3API error (401, 403, 404, 500)
4Network error (timeout, DNS, connection refused)

Common workflows

First setup:

bugsnag configure --api-token TOKEN
bugsnag organizations list
bugsnag projects list --org-id ORG_ID

Investigate an error: read references/investigate-error.md

Project health check: read references/project-health.md

Need exact flag syntax: read references/command-reference.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.