session-wrapup

Commit changes, push to remote, deploy, and summarize session progress.

19|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Bulugulu/motif-cli --skill session-wrapup-bulugulu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-wrapup
Source: https://github.com/Bulugulu/motif-cli/tree/main/examples/generated/skills/user/session-wrapup
Command: npx skills add https://github.com/Bulugulu/motif-cli --skill session-wrapup-bulugulu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Handles end-of-session housekeeping by committing code, pushing to remote, deploying when requested, and summarizing progress. It prevents forgotten commits and undocumented progress.

Core Features & Use Cases

  • Automated repository status checks and selective staging to ensure only relevant changes are committed.
  • Descriptive commit messages and automatic pushes to the appropriate remote.
  • Optional deployment triggers and a concise progress summary suitable for sharing with teammates.

Quick Start

Tell Motif to wrap up the session by committing changes, pushing to remote, deploying if requested, and summarizing progress.

Frequently Asked Questions about session-wrapup

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

FAQPage Schema
How do I automate git commit and push at the end of a coding session?

Automating end-of-session git commits and pushes involves checking repository status, selectively staging changes, generating descriptive commit messages, and pushing to the appropriate remote repository.

What is the best way to summarize coding progress for teammates before finishing work?

Summarizing coding progress for teammates involves generating a concise 3-5 bullet summary of completed work, ensuring progress is documented and easily shareable.

Can I trigger a deployment automatically after pushing my git commits?

Yes, you can trigger a deployment after pushing git commits by using a session wrap-up tool that handles deployment steps per project conventions when requested.

Does end-of-session automation work for both personal and team projects?

End-of-session automation works for both personal and team projects by applying consistent housekeeping when wrapping up coding sessions, after making changes, or at project milestones.

How does selective staging prevent sensitive data from being committed?

Selective staging prevents sensitive data from being committed by prompting for committing scope and avoiding secrets during automated repository status checks, ensuring only relevant changes are included.

Do I need git installed to use automated session management for deployments?

Yes, git must be installed to use automated session management for deployments because the tool requires git to detect repository changes before committing, pushing, and deploying.