session-deep-dive

仓库创建 2026年2月12日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

适合挖掘用户痛点与行为模式,提升产品决策与技能改进。

▸ 风险提示

依赖外部 ccrider MCP 并会读取会话内容,存在隐私与外部依赖风险。

这个 Skill 做什么

对高价值会话进行深度质性分析,派生子代理合成模式与建议。

当你发现一段高价值会话想做深度质性分析时用,通常在 /session-scan 找到高信号会话后触发。它会派生多个 subagents(用 v2 template,带预计算的指标上下文)去聚焦分析片段,再把发现合成为模式并和已知结论比对,能抓出细节模式和异常信号。注意需要 ccrider MCP 环境支持。

▸ 展开 SKILL.md 英文原文

Deep qualitative analysis of high-signal sessions. Spawns subagents with v2 template, synthesizes patterns, compares against known findings. Use after /session-scan.

研究检索会话分析子代理质性洞察Claude Code
505
Stars
34
Forks
40
仓库内 Skill
+35
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/.claude/skills/session-deep-dive/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/.claude/skills/session-deep-dive/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Session Deep Dive (Tier 2)

Qualitative analysis of high-signal sessions identified by `/session-scan`.
Spawns subagents with pre-computed metrics context for focused analysis.

## Requirements

Requires **ccrider MCP**. If not available:

> ccrider MCP is required. See: <https://github.com/neilberkman/ccrider>

## Usage

```
/session-deep-dive ffa155ee-ed8a-492c-8797-878fcbec4d9e
/session-deep-dive --last                    # Most recent Tier 2 eligible
/session-deep-dive --from-scan               # All Tier 2 eligible from last scan
/session-deep-dive --from-scan --compare .claude/UPDATED_PLUGIN_REPORT_160_SESSIONS.md
```

## Pipeline

### Step 1: Resolve Target Sessions

From `$ARGUMENT
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有