# Year Review

> Разбор истории сессий за период: паттерны, продуктивность, инструменты. Триггеры: «итоги месяца», «итоги года». НЕ одна сессия → session-mentor.

- Skill: `jhamidun/year-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jhamidun/year-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jhamidun/year-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: JHamidun (https://skillmd.com/u/jhamidun)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/jhamidun/year-review

---


# Year/Month Review — Work Analytics

Analyze session history to generate insights about work patterns.

## Data Sources

1. **Chat search DB**: `python ~/.claude/tools/search_chats.py` — SQLite FTS5 index of all sessions
2. **Session files**: `~/.claude/projects/*/` — JSONL transcript files
3. **Memory files**: `~/.claude/projects/*/memory/` — accumulated knowledge
4. **Git history**: `git log` in relevant repos

## Analysis Dimensions

1. **Volume**: sessions count, messages count, estimated tokens used
2. **Top Projects**: which directories/repos got most attention
3. **Tool Usage**: which tools/skills/agents used most frequently
4. **Patterns**: peak hours, average session length, common workflows
5. **Accomplishments**: major features shipped, bugs fixed, new tools configured
6. **Knowledge Growth**: new memory entries created, topics covered
7. **Agent Delegation**: how often and which agents delegated to
8. **Evolution**: how work patterns changed over the period

## Output Format

Generate a structured report with:
- Key stats (numbers)
- Top 5 accomplishments
- Most used tools/skills
- Patterns and trends
- Recommendations for improvement

Use the period specified by the user (default: last 30 days).

