From faultline
Deletes a Faultline error group and all its occurrences permanently. Guides through confirmation to prevent accidental data loss prevention with confirmation.
How 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).
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.
npx claudepluginhub dlt/faultline --plugin faultlineIgnore 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.
Consolidates PostHog error tracking issues split by fingerprint noise. Merges duplicates and creates grouping rules to prevent future splits.
Retrieves Bugsnag organizations, projects, errors, details, events, comments, stats; analyzes trends; resolves errors and adds comments via Ruby API scripts.