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.
How 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`.
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.
npx claudepluginhub dlt/faultline --plugin faultlineResolves 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.
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.