一键导入
session-metrics
Use when the user requests a detailed summary of session statistics, line velocity, or project progress.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user requests a detailed summary of session statistics, line velocity, or project progress.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | session-metrics |
| description | Use when the user requests a detailed summary of session statistics, line velocity, or project progress. |
| disable-model-invocation | false |
When the user asks for session metrics, run this safe local git command to evaluate line velocity
and changed-file footprint against the default branch (master):
git diff --stat "$(git merge-base master HEAD)" 2>/dev/null || git diff --stat HEAD
Summarize: files touched, insertions/deletions, and which migration phase (see dreams.md §1) the
work maps to. If on master with no diff, report the latest commit's stat instead.