end-of-day

Syncs commits, updates STATUS.md and CHANGELOG.md, and clears unfinished work.

4|2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/gparker97/beanies-family --skill end-of-day-gparker97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: end-of-day
Source: https://github.com/gparker97/beanies-family/tree/main/.claude/skills/end-of-day
Command: npx skills add https://github.com/gparker97/beanies-family --skill end-of-day-gparker97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-of-day wrap-up streamlines and enforces clean handoffs by ensuring the working tree is clean, and by updating key project logs and status surfaces so tomorrow's work starts from a known baseline.

Core Features & Use Cases

  • Clean Working Tree: checks for uncommitted changes, commits them with a sensible message, and pushes to main.
  • Status & Changelog Updates: updates docs/STATUS.md and CHANGELOG.md with a concise summary of today's work.
  • Launch Status Integration: optionally updates Notion Launch HQ with deployment notes and next steps.
  • Usage Scenarios: invoked at session end or when the user says "wrap up", "done for the day", or "signing off".

Quick Start

Run end-of-day to finalize changes and log the daily summary.

Frequently Asked Questions about end-of-day

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

FAQPage Schema
How do I automate my git end-of-day wrap-up workflow?

Automating your git end-of-day wrap-up involves running a sequence that checks git status, commits uncommitted changes with a sensible message, pushes to main, and updates STATUS.md and CHANGELOG.md.

What is the best way to keep STATUS.md and CHANGELOG.md updated with daily git commits?

Keeping STATUS.md and CHANGELOG.md updated is handled automatically by the end-of-day workflow, which generates concise summaries of today's work and logs them after committing and pushing your changes.

Can I sync my git commit status with Notion when wrapping up a development session?

Yes, you can sync git commit status with Notion during wrap-up. The workflow optionally updates Notion Launch HQ with deployment notes and next steps after pushing your commits.

Does the end-of-day git workflow require any external dependencies?

No, the end-of-day git workflow requires no external dependencies. It operates independently to enforce a deterministic sequence of git status, commit, push, and documentation updates.

What happens if there are uncommitted changes when I run the end-of-day session wrap-up?

When uncommitted changes are detected during wrap-up, the workflow applies guardrails by committing them with a sensible message and pushing to main before updating your project logs.

When should I not use an automated end-of-day wrap-up for my repository?

You should avoid automated end-of-day wrap-up if your repository lacks STATUS.md or CHANGELOG.md files, as the workflow enforces updates to these files and includes guardrails for missing files.