Help us improve
Share bugs, ideas, or general feedback.
From faultline
Deletes a Faultline error group and all its occurrences permanently. Guides through confirmation to prevent accidental data loss prevention with confirmation.
npx claudepluginhub dlt/faultline --plugin faultlineHow this skill is triggered — by the user, by Claude, or both
Slash command
/faultline:delete <error-group-id><error-group-id>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delete Faultline error group `$ARGUMENTS`. **This is destructive — the group and all of its occurrences will be gone.** Almost always prefer `/resolve` or `/ignore` instead; reserve delete for genuine garbage (test errors, errors from a since-removed code path).
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.
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.
Delete Faultline error group $ARGUMENTS. This is destructive — the group and all of its occurrences will be gone. Almost always prefer /resolve or /ignore instead; reserve delete for genuine garbage (test errors, errors from a since-removed code path).
get_error_group with the id and show: exception_class, message, file_path:line_number, occurrences_count, first_seen_at, last_seen_at, current status.delete_error_group with id.id, occurrences_deleted.If the tool returns error: "Tool disabled: mcp_readonly is true", tell the user to set c.mcp_readonly = false in their Faultline initializer.