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
6 changes: 1 addition & 5 deletions hookdeck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,5 @@ def _register_skill(ctx: Any) -> None:
register(
name="triage-webhook-failures",
path=Path(__file__).parent / "skills" / "triage-webhook-failures" / "SKILL.md",
description=(
"Investigate and clear failed webhook events in the Hookdeck queue. "
"Use when events failed while the gateway was down, when a route's "
"runs are erroring, or when asked to check whether anything was missed."
),
description="Use when triaging failed or stuck Hookdeck event runs.",
)
2 changes: 1 addition & 1 deletion hookdeck/skills/triage-webhook-failures/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: triage-webhook-failures
description: Investigate and clear failed webhook events in the Hookdeck queue. Use when events failed while the gateway was down, when a route's runs are erroring, or when asked to check whether anything was missed.
description: Use when triaging failed or stuck Hookdeck event runs.
---

# Triage webhook failures
Expand Down