AIFlare
VisionDocs
Sign inStart free
Getting Started
  • Introduction
  • Quickstart
Features
  • Project Dashboard
  • Project Settings
  • Timeline
  • Team Collaboration
Skills
  • Skills Overview
  • Context Capture
  • Code Intent Lookup
  • Context Inject
  • Daily Digest
  • Weekly Digest
  • Session Compare
  • Session Summary
  • Prompt Evaluation
Administration
  • Members & Invitations
  • Account Settings
Insights

Session Summary

Summarizes what a single Work Session accomplished at a glance. Understand the intent, decisions, and affected files for any session without reading through long conversation logs.

Overview

Session Summary selects one Work Session and condenses its goal, progress, and outcome into a single page. It's useful for helping teammates quickly understand your work or for sharing context before a code review.

Report Structure

Each generated report includes the following sections.

01
Session Goal (What & Why)

What this session set out to accomplish and why that work was needed

02
Key Decisions

Design decisions and trade-offs made during the session

03
Commit Timeline

List of commits in the session, each with a one-line description

04
Affected Files

All files changed across the session and a summary of what changed

Usage Guide

Command Syntax

Type the command below in the Claude Code conversation window. Omitting sessionId uses the current session automatically.

/summarize [sessionId?]

Parameters

NameTypeRequiredDefaultDescription
sessionIdstringOptionalcurrent sessionID of the session to summarize. Omit to use the current Claude Code session (CLAUDE_SESSION_ID env var). To summarize another session, find its ID in the dashboard and pass it here.

Execution Flow

1The skill prompt loads and detects the commit language via git log.
2The get_session_summary tool fetches commit count, changed files, tag categories, and each entry's intent and alternatives.
3The LLM generates a Markdown report with Title, Overview, Key Changes, Rejected Alternatives, and Changed Files sections.
4The report is printed in the conversation window and automatically saved via save_session_report.

Error Reference

aiflare.yml not found

aiflare.yml is missing from the project root or api_key is empty.

No session ID

Running outside Claude Code without specifying sessionId. Run inside Claude Code or provide the session ID explicitly.

Session not found

No data exists for the specified session ID. Verify that at least one git commit was made during that session.

Share & Export

Issue a share token or export a file from the report detail page.

Share Link

Share via /share/[token] — no authentication required. Attach to a PR description to quickly share context during code review.

Export

Download as Markdown or PDF.

On this page

AIFlare
Made with ♥ in Seoul
© 2026 AIFlare. All rights reserved.
Product
SkillDocs
Company
Vision
Resources
PrivacyTerms
Connect
GitHub