sl:watzup

Summarize session changes and generate handoff context from git.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/HuynhHoangPhuc/solon --skill sl-watzup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sl:watzup
Source: https://github.com/HuynhHoangPhuc/solon/tree/main/plugins/solon-core/skills/watzup
Command: npx skills add https://github.com/HuynhHoangPhuc/solon --skill sl-watzup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Summarizes what happened this session. Creates handoff context for next session.

Core Features & Use Cases

  • Generate a concise session summary including the current branch, recent commits, and plan status.
  • Produce structured handoff notes for the next session.
  • Optionally save the report when an active plan exists.

Quick Start

Run /sl:watzup after finishing a work session to generate a succinct summary and handoff notes.

Frequently Asked Questions about sl:watzup

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

FAQPage Schema
How do I generate a git session summary for development handoff?

To generate a git session summary for handoff, run the command after finishing your work session. It reads local git context and plan status to summarize recent commits and produce structured handoff notes for the next interval.

Can I save session wrap-up reports to an active git workflow plan?

Yes, you can save session wrap-up reports when an active plan exists. The tool optionally persists the generated summary and handoff context directly into the plans/reports directory during the session wrap-up process.

What is the best way to document recent commits and branch status between work sessions?

The best way to document recent commits and branch status between sessions is automating the wrap-up process. It generates a concise summary of local git changes and plan status, creating structured handoff notes for the next work interval.

Does this session summarization tool modify my local git repository state?

No, the session summarization tool does not modify your local git repository state. It operates using a read-only execution pattern to analyze your recent commits and branch context without altering the repository.

Do I need an active development plan to create handoff context from my git changes?

No, you do not need an active development plan to create handoff context. The tool always generates a summary and handoff notes from your git context, but only persists the report to plans/reports if an active plan exists.

Why use an automated session wrap-up tool instead of manually writing handoff notes?

Automated session wrap-up tools prevent context loss by reading local git context and plan status directly. They generate consistent handoff notes and post-session documentation, reducing manual reporting effort and ensuring accurate status transfer.