session-diagnostics

Query the hub diagnostics API to classify agent session failures and generate tickets.

1|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/dokipen/claude-cadence --skill session-diagnostics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-diagnostics
Source: https://github.com/dokipen/claude-cadence/tree/main/.gemini/skills/session-diagnostics
Command: npx skills add https://github.com/dokipen/claude-cadence --skill session-diagnostics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

diagnose and triage agent session failures by analyzing diagnostics data and generating actionable tickets to drive improvements across deployments.

Core Features & Use Cases

  • Automated health checks: fetch hub diagnostics, classify patterns, and surface reliability issues.
  • Ticket creation: automatically open improvement tickets from detected issues with evidence and context.
  • Periodic monitoring: run in recurring workflows to keep agent health in check and prevent regressions.

Quick Start

Run the session-diagnostics skill against your project to fetch the latest diagnostics and create tickets for actionable issues.

Frequently Asked Questions about session-diagnostics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose agent session failures and detect crashes?

To diagnose agent session failures, you can query a diagnostics API to fetch session data, classify failure patterns, and filter out normal TTL events to surface actual crashes and health issues.

Can I automatically create tickets from agent health diagnostics?

Yes, you can automatically create tickets from agent health diagnostics by aggregating diagnostic data, classifying reproducible issues, and generating tickets that include evidence and acceptance criteria.

What is the best way to monitor agent health and prevent session regressions?

The best way to monitor agent health and prevent regressions is to run diagnostics in recurring workflows, continuously checking agents within a project to flag crashes and health issues over time.

How do agent diagnostics tools distinguish real crashes from normal session timeouts?

Agent diagnostics tools distinguish real crashes from normal timeouts by filtering out expected TTL events, focusing only on abnormal session death patterns that require actionable triage and ticket creation.