Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin/skills/spike/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Find Faultline error groups that have been active recently, ranked by occurrence count.
argument-hint: [duration like 1h, 4h, 1d — default 1h]
argument-hint: "[duration like 1h, 4h, 1d — default 1h]"
---

Surface error groups that are firing right now.
Expand Down
2 changes: 1 addition & 1 deletion plugin/skills/stats/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Show time-bucketed error occurrence counts for the Faultline instance.
argument-hint: [period]
argument-hint: "[period]"
---

Show error volume over a time window using the `error_stats` MCP tool.
Expand Down
2 changes: 1 addition & 1 deletion plugin/skills/trace/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Inspect Faultline APM traces — slow endpoints or a specific request's span breakdown.
argument-hint: [endpoint | trace-id]
argument-hint: "[endpoint | trace-id]"
---

Investigate APM traces using `list_traces` and `get_trace`.
Expand Down