insights

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

帮助量化会话表现与学习趋势,便于长期改进与回顾。

▸ 风险提示

可能读取本地会话/记忆文件,涉及隐私数据。

这个 Skill 做什么

从会话历史与项目记忆中统计学习、纠错、热力图与生产力指标。

从会话历史和项目记忆里算出学习曲线、纠错率、热力图和生产力指标,帮你看整体表现和高频问题。想要统计、进度仪表盘或询问“我最近表现如何”时用。可视化指标能指引优先改进点,也能追踪修正措施的效果。

▸ 展开 SKILL.md 英文原文

Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.

Skill 开发管理会话分析学习曲线生产力Claude Code
2.7k
Stars
257
Forks
40
仓库内 Skill
+55
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/insights/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/insights/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Session Insights

Surface patterns from learnings and session history.

## Trigger

Use when asking "show stats", "how am I doing", "analytics", "insights", "heatmap", or "correction rate".

## Data Sources

Gather data from these locations before computing metrics:

```bash
# Session history and learnings
cat .claude/LEARNED.md 2>/dev/null || cat CLAUDE.md | grep -A999 "LEARNED"
cat .claude/learning-log.md 2>/dev/null

# Session activity
git log --oneline --since="today" --author="$(git config user.name)"
git diff --stat
```

A **correction** is any instance where the user redirected, fixed, or overrode agent output during a session. Count `[LEARN]` entries and explicit correction markers
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有