analyze-session

Resolve a local server port to its log and summarize the latest workflow session.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eugene-belkovich/ai-setup --skill analyze-session-eugene-belkovich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-session
Source: https://github.com/eugene-belkovich/ai-setup/tree/main/claude/profiles/work/skills/evals/analyze-session
Command: npx skills add https://github.com/eugene-belkovich/ai-setup --skill analyze-session-eugene-belkovich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Helps diagnose and summarize results from local server workflows by resolving the active port, locating the correct log, and presenting a unified report.

Core Features & Use Cases

  • Resolve port to the corresponding log file (default port is 9000) and support custom ports.
  • Generate a structured summary (JSON-like) including session_id, status, duration, cost, tool calls, iterations, and errors.
  • Show archived workflow runs and detailed panels when available.
  • Inspect the workflow end panel and run history for debugging and auditing.
  • Easy to reuse across multiple local projects and environments.

Quick Start

Invoke analyze-session to generate a structured summary of the latest local workflow session, optionally specifying a port.

Frequently Asked Questions about analyze-session

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

FAQPage Schema
How do I summarize local workflow session logs for debugging?

You can summarize local workflow session logs by resolving the active port to its log file and generating a structured JSON-style summary that includes session_id, status, duration, cost, tool calls, iterations, and errors.

Can I specify a custom port when analyzing workflow sessions?

Yes, you can analyze workflow sessions using a custom port. The Skill resolves any specified port to its corresponding log file, defaulting to port 9000 if no port is provided.

What details are included in a structured workflow session summary?

A structured workflow session summary includes the session_id, status, duration, cost, tool calls, iterations, and errors. It also surfaces an archive view of workflow runs and detailed panels when available.

How do I inspect archived workflow runs and end panels for auditing?

You can inspect archived workflow runs and end panels by analyzing the resolved log file. The Skill presents steps to inspect the workflow end panel and run history specifically for debugging and auditing purposes.

Does the session analyzer work across multiple local project environments?

Yes, the session analyzer is designed for easy reuse across multiple local projects and environments. It resolves the local server port to locate the correct log file regardless of the specific project context.

Why is my workflow session analysis not finding the correct logs?

If your workflow session analysis is not finding the correct logs, verify the local server port. The Skill resolves the specified port to its log file, so an incorrect port will prevent it from locating the correct session archive.