server-diagnostics
CommunityDiagnose server issues from JSONL logs.
Authortylermorganme
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill enables rapid diagnosis of server-side issues by analyzing JSONL logs produced by server components. It helps identify slow operations, migration problems, data inconsistencies, and unexpected user-session events.
Core Features & Use Cases
- Log inspection and filtering: Inspect data/logs/server.jsonl to surface slow API calls, errors, and migrations.
- Event pattern analysis: Detect common patterns such as high durationMs, repeated migrations, or missing checkpoints.
- Guided investigation: Provide step-by-step diagnostics and recommended follow-ups for incident response or performance tuning.
Quick Start
Use this skill to inspect the server logs and begin diagnosing issues. Start by listing recent logs and filtering for long durations:
- tail -30 data/logs/server.jsonl
- grep '"durationMs"' data/logs/server.jsonl | jq 'select(.durationMs > 100)'
- grep '"event":"error"' data/logs/server.jsonl | jq . If you need deeper inspection, inspect specific plan or request context via related events such as hydration, migration, and checkpoint.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: server-diagnostics Download link: https://github.com/tylermorganme/crop_plan_2025/archive/main.zip#server-diagnostics Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.