gsd-session-report

Generates a session report with token usage estimates, work summary, and outcomes.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/jjchambers80/judgesdirectory --skill gsd-session-report-jjchambers80
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-session-report
Source: https://github.com/jjchambers80/judgesdirectory/tree/main/.github/skills/gsd-session-report
Command: npx skills add https://github.com/jjchambers80/judgesdirectory --skill gsd-session-report-jjchambers80

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a long working session, it is hard to reconstruct what was accomplished, how much effort it took, and what the outcomes were. This Skill produces a structured SESSION_REPORT.md document that captures session outcomes, work performed, and estimated token usage as a shareable artifact for post-session review. ## Core Features & Use Cases - Structured Session Reporting: Generates a SESSION_REPORT.md file summarizing the work completed during a session. - Token Usage Estimates: Includes estimated resource and token consumption so teams can track AI usage costs. - Outcome Documentation: Records decisions and results, creating an auditable trail for retrospectives or handoffs. - Use Case: At the end of a development session, invoke the Skill to produce a report you can attach to a pull request, share with teammates, or archive for sprint reviews. ## Quick Start Ask the assistant to generate a session report summarizing the work done and token usage for this session.

Frequently Asked Questions about gsd-session-report

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

FAQPage Schema
How do I generate a session report after an AI coding session?▼

Invoke the gsd-session-report Skill at the end of your session. It executes the session-report workflow to produce a SESSION_REPORT.md file containing a work summary, outcomes, and estimated token usage.

What does the session report include?▼

The report captures session outcomes, a summary of work performed, and estimated token usage. It is written as a structured SESSION_REPORT.md Markdown document suitable for sharing or archiving.

Can I use the session report for sprint reviews or retrospectives?▼

Yes. The generated SESSION_REPORT.md is designed as a shareable artifact for post-session review, making it suitable for retrospectives, handoffs, or attaching to pull requests as documentation of the work done.

How accurate are the token usage estimates in the report?▼

The token figures are estimates derived during the session-report workflow, not exact billing numbers. Use them for relative tracking of resource consumption rather than precise cost accounting.

What permissions does the session report Skill need?▼

The Skill requires Read, Bash, and Write tool access. It reads session context, runs commands to estimate usage, and writes the final SESSION_REPORT.md file to your repository.