session-deep-dive

Analyze high-signal session transcripts to validate scan heuristics with evidence.

7|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill session-deep-dive
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-deep-dive
Source: https://github.com/slbug/claude-ruby-grape-rails/tree/main/.claude/skills/session-deep-dive
Command: npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill session-deep-dive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It provides a deep, qualitative examination of high‑signal sessions to confirm or refute automated scan heuristics using actual transcript evidence.

Core Features & Use Cases

  • Resolves session selectors such as explicit IDs, --last, or --from-scan with optional provider filtering.
  • Loads pre‑computed metrics as hypotheses and validates them against real transcript data.
  • Generates per‑session analysis reports and a cross‑session synthesis report, highlighting evidence strength, friction points, and actionable recommendations.
  • Ideal for developers needing to debug session‑level issues, improve plugin heuristics, or produce contributor‑facing insights after a /session-scan.

Quick Start

Run /session-deep-dive --last to analyze the most recent high‑signal session and produce a synthesis report.

Frequently Asked Questions about session-deep-dive

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

FAQPage Schema
How do I validate automated scan heuristics against actual session transcripts?▼

You can validate scan heuristics by applying this Skill to high-signal session transcripts, which loads pre-computed metrics as hypotheses and confirms or refutes them using concrete transcript evidence.

What is the best way to analyze Claude session transcripts for friction points?▼

Analyzing Claude session transcripts for friction points is best done by cross-referencing pre-computed metrics against real transcript data to generate per-session analysis reports highlighting evidence strength and actionable recommendations.

Do I need a specific MCP to run a deep-dive session analysis?▼

Yes, running a deep-dive session analysis requires the ccrider MCP to access transcript data, along with an existing metrics.jsonl file and reference templates for analysis and synthesis.

Can I analyze the most recent high-signal session without a specific session ID?▼

Yes, you can analyze the most recent high-signal session without an explicit ID by using the --last selector, which resolves the target session automatically from previous scan data.

How do I debug session-level issues using existing metrics?▼

Debug session-level issues using existing metrics by loading metrics.jsonl as hypotheses, validating them against actual transcript data, and generating cross-session synthesis reports to highlight friction points.

What are the limitations of using automated heuristics for session transcript analysis?▼

Automated heuristics for session transcript analysis can produce false positives, requiring qualitative deep-dive validation against actual transcripts to confirm evidence strength and generate accurate recommendations.