session-wrapup

Completes project wrap-up including linting, validation and commit for a session.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/Hameem1/sheldon-fs --skill session-wrapup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-wrapup
Source: https://github.com/Hameem1/sheldon-fs/tree/main/.claude/skills/session-wrapup
Command: npx skills add https://github.com/Hameem1/sheldon-fs --skill session-wrapup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complete end-of-session workflow for the SheldonFS project, including code commits, quality checks, documentation updates, and merge decisions when finishing a development session or feature branch.

Core Features & Use Cases

  • End-of-session orchestration: Ensure code commits are clean, lint and type checks pass, tests are reviewed, and the branch merge decision is prepared.
  • Documentation synchronization: Update CLAUDE.md and related project docs to reflect the completed work.
  • Context-preserving wrap-up: Generate a clear summary and actionable next steps for the next development session, reducing cognitive load and friction.

Quick Start

Run the session-wrapup workflow in the SheldonFS project directory after completing a development session on a feature branch. Provide the feature branch name when prompted, then review the generated summary and, if applicable, merge to main or preserve the branch for the next session.

Frequently Asked Questions about session-wrapup

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

FAQPage Schema
How do I automate end-of-session wrap-up tasks for my Git repository?

End-of-session wrap-up automates commits, linting, typechecking, and documentation updates when finishing a development session. This Skill orchestrates the complete workflow—verifying code quality, updating project docs, and preparing merge decisions—so you hand off a clean, documented state to the next session.

What does a session wrap-up workflow include for Git projects?

Session wrap-up covers standardized commit messages, linting verification, typechecking, test review, documentation synchronization including CLAUDE.md updates, and merge readiness assessment. It generates a summary report and actionable next steps, reducing friction between development sessions.

Can I use session wrap-up with uncommitted changes on my feature branch?

Yes. Session wrap-up handles uncommitted changes by orchestrating commits with standardized messages, then running quality checks and documentation updates. It processes your current branch state end-to-end, preparing it for merge or preservation.

How does documentation get updated during session wrap-up?

Session wrap-up synchronizes project documentation by updating CLAUDE.md and related docs to reflect completed work. This context-preserving approach ensures the next session has accurate, up-to-date information about what was accomplished.

When should I run session wrap-up in my development workflow?

Run session wrap-up after completing a development session or feature branch work in SheldonFS. It's designed for handoff moments—when you're finishing focused work and need quality verification, documentation sync, and merge readiness before moving on.

Does session wrap-up work with Bash and Node tooling?

Yes. Session wrap-up uses Bash and Node tooling for phase-based orchestration, handling commits, linting, typechecking, tests, and report generation across the SheldonFS repository.