ln-002-session-analyzer

Solid

Analyzes current or recent session for errors, inefficiencies, and improvement opportunities across skills, tools, hooks, and communication. Use after completing a task or periodically.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # Session Analyzer (Standalone Utility) **Type:** Standalone Utility **Category:** 0XX Shared Analyzes a session for errors, inefficiencies, and improvement opportunities. Produces actionable fixes for skills, tools, hooks, and communication style. **Scope:** Single-session deep analysis (10 dimensions). Broader than protocol self-audit, narrower than `/audit-sessions` batch. For skill self-audit: `shared/references/meta_analysis_protocol.md` §7. For multi-day patterns: `/audit-sessions`. --- ## When to Use This Skill - After completing a task — find what went wrong and how to improve - Periodically — audit recent sessions for patterns - After a skill run — analyze how well the skill instructions worked - When debugging tool/hook issues — find root causes in session data --- ## Input `$ARGUMENTS`: - (empty) — analyze current session (conversation context) - `recent` — scan latest JSONL session per agent (Claude, Codex, Gemini) - `{skill-name}` — focus analysis on that skill's execution within the session --- ## Dimensions | # | Dimension | Scan for | Improvement target | |---|-----------|---------|-------------------| | D1 | Tool Errors | ...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category