From faultline
Investigates a Faultline error group by fetching group details, the most recent occurrence with full backtrace and local variables, and optionally correlated traces for performance issues. Proposes a fix grounded in the data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/faultline:debug <error-group-id><error-group-id>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Investigate Faultline error group $ARGUMENTS using the `faultline:debugging` skill's investigation order:
Investigate Faultline error group $ARGUMENTS using the faultline:debugging skill's investigation order:
get_error_group with id: $ARGUMENTS.recent_occurrences array.get_occurrence with that id for the full backtrace, captured local variables, and request context.list_traces filtered to the relevant endpoint, then get_trace for span detail.After the investigation, propose a fix with citations to specific files and line numbers from the backtrace, grounded in the local variable values.
npx claudepluginhub dlt/faultline --plugin faultlineLists recent unresolved errors from a Faultline instance and prompts the user to investigate a specific error group.
Investigates a PostHog error tracking issue end-to-end: aggregates, segments, replays, and synthesizes a hypothesis summary from an issue ID or URL.
Investigates production incidents and recurring errors via root-cause analysis across distributed services. Guides observability, logging, tracing, and systematic debugging.