What problem does it solve?
This Skill helps operators inspect and manage the AICP Dead-Letter Queue using the CLI, ensuring failed tasks are visible, retriable, and auditable instead of being lost or forgotten.
Core Features & Use Cases
- Inspect pending entries: surface the current DLQ state and preview up to the first few items for quick triage.
- Retry pending entries: safely reprocess eligible DLQ items after confirming upstream issues are resolved.
- Diagnose stuck entries: identify and diagnose entries that remain pending for long periods and guide remediation.
- Tune DLQ policies: adjust retry windows and thresholds to balance reliability with retry budgets in production.
- Use case: during post-incident reviews, run checks to verify no critical tasks remain stuck in the DLQ before closure.
Quick Start
Check the Dead-Letter Queue status with aicp --dlq-status and if needed retry eligible entries with aicp --retry-dlq after confirming upstream issues are resolved.