session-reporting

Generate a SESSION_REPORT.md from Git logs, file changes, and phase progress.

9|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/calcosmic/Aether --skill session-reporting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-reporting
Source: https://github.com/calcosmic/Aether/tree/main/.aether/skills-codex/colony/session-reporting
Command: npx skills add https://github.com/calcosmic/Aether --skill session-reporting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Session Reporting captures a concise summary of a session, including outcomes and resource usage, and produces a SESSION_REPORT.md that serves as a historical record and handoff artifact for the colony's tracking systems.

Core Features & Use Cases

  • Generate a SESSION_REPORT.md with work summary, outcomes, and resource usage estimates.
  • Compute metrics such as duration, commits, files touched, phase progress, and todos to support velocity tracking and archival records.
  • Update an index of past reports and provide a clear handoff artifact for the next phase of work.

Quick Start

Ask the AI to generate a session report for the current session.

Frequently Asked Questions about session-reporting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a session report for project handoffs?

Generate a session report by collecting Git logs, file changes, phase progress, and todos to output a concise SESSION_REPORT.md for archival and handoff tracking.

What metrics are included in a session report?

Session reports compute duration, commits, files touched, phase progress, and todos to support velocity tracking and archival records.

When should I create a session report?

Create a session report at session end, before handoffs, and during end-of-day or end-of-week reviews across a project or workflow.

How do I track project velocity using Git logs?

Track project velocity by computing duration, commits, and files touched from Git logs since the session start, writing the metrics to a SESSION_REPORT.md.

Does session reporting require external dependencies?

Session reporting requires no external dependencies, collecting data directly from Git logs, file changes, and phase progress to write reports.