Help us improve
Share bugs, ideas, or general feedback.
From faultline
Ignore a Faultline error group by ID so it stops appearing in unresolved lists. Verifies current status, warns if already ignored or resolved, and asks for confirmation before mutating.
npx claudepluginhub dlt/faultline --plugin faultlineHow this skill is triggered — by the user, by Claude, or both
Slash command
/faultline:ignore <error-group-id><error-group-id>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ignore Faultline error group `$ARGUMENTS`.
Resolves a Faultline error group by ID with an optional note. Confirms current status before mutating and warns if the tool is in read-only mode.
Retrieves Bugsnag organizations, projects, errors, details, events, comments, stats; analyzes trends; resolves errors and adds comments via Ruby API scripts.
Executes Sentry incident runbooks: classify error severity, triage spikes, investigate outages via stack traces/breadcrumbs, analyze impact, resolve via API, and build postmortems.
Share bugs, ideas, or general feedback.
Ignore Faultline error group $ARGUMENTS.
get_error_group with the id and show: exception_class, message, occurrence_count, last_seen_at, current status.status is already ignored, stop and tell the user.status is resolved, mention that ignoring an already-resolved group is unusual but ask the user if they still want to proceed.ignore_error_group with id.If the tool returns error: "Tool disabled: mcp_readonly is true", tell the user to set c.mcp_readonly = false in their Faultline initializer — this is a mutating tool and is off by default.