원클릭으로
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.