claudekit / tools / session-report
[ Skill · Claude Code Utilities ]

Session Report

Analyzes your Claude Code session and generates a structured report of what changed, what decisions were made, and what's left to do.

$ /plugin install session-report copy

Anthropic official marketplace skill

What it does

After a long coding session it’s hard to remember exactly what happened: which files changed, which decisions were made, what’s half-done. Session Report inspects the session and produces a structured summary covering the work completed, files touched, decisions recorded, and any follow-ups.

What you get

  • Files changed — concise list with a one-line reason per file
  • Decisions — notable choices (e.g. “switched from lodash to native ES”)
  • Follow-ups — anything left open at the end of the session
  • TL;DR — short narrative suitable for a PR description or standup update

Use cases

  1. At end of day, generate a session report as your daily work log.
  2. Before writing a PR, use the report to make sure you captured every change.
  3. Share a summary based on the report when handing off work to a teammate.
§ 4

See also

same category · curated
[01]
[Tool] Herdr · A terminal-native agent multiplexer in a single Rust binary. Herdr combines tmux-style session persistence and pane splits with agent awareness — a sidebar that shows whether each pane's agent is idle, working, blocked, or done — for Claude Code and other CLI agents. The direct Claude Code integration (`herdr integration install claude`) adds full state detection, semantic state forwarding over a local socket API, and agent-session restoration after a server restart.
tool · claudekit.io / tools / herdr
[02]
[Tool] CC Workflow Studio · Design workflows on a canvas in VS Code and export them as Markdown your AI agent already understands — skills, commands, and agents for Claude Code, Cursor, Copilot, and more. An MCP server runs in the background so you can refine workflows in natural language with 'Edit with AI'.
tool · claudekit.io / tools / cc-wf-studio
[03]
[Skill] Find Skills · A meta-skill that activates when users ask "how do I do X" or "is there a skill that can…", then searches the open agent skills ecosystem and walks the user through installation.
tool · claudekit.io / tools / find-skills
§ 5

Frequently Asked Questions

frequently asked
§ 5.1
What is Session Report?
An Anthropic official marketplace skill that analyzes a Claude Code session and produces a structured report of changed files, what was done, and the decisions made.
§ 5.2
Where does it run?
Claude Code.
§ 5.3
How do I install it?
In Claude Code, run `/plugin install session-report`.
§ 5.4
How do I invoke it?
Ask in natural language at session end (e.g. "generate a session report") and the structured report is produced immediately.
§ 5.5
When is it most useful?
End-of-day work logs, pre-PR change review, and sharing what you did with teammates as a concise summary.