finish-the-day
Installation
SKILL.md
Finish the Day - Universal End-of-Day Wrap Up
This skill performs a comprehensive end-of-day wrap up for the current working directory. It analyzes all work done, creates a detailed log, commits changes, and pushes to the remote repository. Works on any project.
What This Skill Does
-
Analyze Today's Work
- Reviews all commits made today
- Identifies all modified, added, and deleted files
- Calculates lines added/removed
- Summarizes changes by category
-
Create Daily Update Log
- Generates comprehensive markdown documentation
- Organized by feature/area of work
- Includes code snippets for key changes
- Documents technical decisions and notes