wrapup

Generate a markdown summary of agent sessions since the last git commit for PR descriptions.

2|Updated May 13, 2026
One-click install
npx skills add https://github.com/curtisgalloway/public-skills --skill wrapup-curtisgalloway
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wrapup
Source: https://github.com/curtisgalloway/public-skills/tree/main/plugins/agent-workflow/skills/wrapup
Command: npx skills add https://github.com/curtisgalloway/public-skills --skill wrapup-curtisgalloway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When work spans multiple AI agent sessions, it is hard to remember what was asked for, how the agent was directed, and which skills were used. This Skill reads Claude Code session transcripts and produces a concise markdown block you can paste into a PR description, commit message, or handoff note. ## Core Features & Use Cases - Session scoping by git history: Covers all sessions timestamped after the most recent git commit, always including the live session. - Phase-based prompt summarization: Groups real user prompts into work phases with key quotes inline, filtering out noise like one-word continuations. - Skill usage reporting: Detects Skill tool invocations in transcripts, classifying them as user-configured or built-in, and lists each once. - Use Case: Before opening a PR after a multi-day agent-assisted effort, run /wrapup to get a ready-to-paste "Agent-assisted changes" section describing how the change was built and which skills drove it. ## Quick Start Ask the agent to run /wrapup to summarize everything the agent did since the last commit for your PR description.

Frequently Asked Questions about wrapup

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

FAQPage Schema
How do I summarize what an AI coding agent did in a session?▼

Invoke /wrapup before committing. It reads Claude Code session transcripts since the last git commit, groups user prompts into work phases with key quotes, and outputs a markdown block suitable for PR descriptions.

How to generate a PR description from Claude Code sessions?▼

Run /wrapup just before opening the PR. It produces an "Agent-assisted changes" markdown section covering session count, date range, phase bullets with quoted prompts, and skills used, ready to paste into the PR body.

Which sessions does the wrapup summary cover?▼

It covers all sessions whose transcript file mtime is after the most recent git commit timestamp, and always includes the live current session. If there are no commits yet, it covers all sessions for the project.

Does wrapup list every skill the agent invoked?▼

User-configured skills are always listed when detected, even if invoked autonomously. Built-in skills are mentioned only if the user explicitly invoked them via a slash command. Duplicate invocations are listed once.

Why is my /wrapup prompt missing from the summary?▼

The /wrapup invocation prompts are excluded because those events have not yet been written to the JSONL transcript when it is read. The skill also deliberately drops its own invocation from the output.