From faultline
Apply one action (resolve/unresolve/ignore/delete) to many Faultline error groups in a single call.
How this skill is triggered — by the user, by Claude, or both
Slash command
/faultline:bulk <action> <id1,id2,...><action> <id1,id2,...>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bulk-update Faultline error groups via the `bulk_update_error_groups` MCP tool.
Bulk-update Faultline error groups via the bulk_update_error_groups MCP tool.
$ARGUMENTS:
action — one of resolve, unresolve, ignore, delete.action: <action>, ids: [<list>], count.delete, require an explicit "yes delete" — same standard as the delete skill, because this is irreversible and acts on N groups at once.bulk_update_error_groups with ids (array of ints) and action.affected — how many groups were actually updated.missing_ids — ids the user supplied that don't exist. Flag these so they know which ones were skipped.If many ids are involved, suggest running /triage instead — that walks the user through one group at a time with per-group context.
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 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.
Runs Jamf Pro bulk operations (policies, groups, MDM commands) with mandatory dry-run preview and user confirmation to prevent accidental changes.