eod
Installation
SKILL.md
EOD Skill
Create a short, clean end-of-day message the user can post to Slack, based on their git commits.
Defaults
- Default shift window: 6:00 PM to 2:00 AM in the local timezone.
- If the user does not specify a period, use the current or most recently completed shift window.
- Use the current git repo. If the current directory is not inside a repo, ask the user to run the request from inside their project.
- Use
EOD_AUTHOR_EMAILSwhen it is set. It should be a git author regex, for examplename@example.com|other@example.com. - If
EOD_AUTHOR_EMAILSis not set, usegit config user.email. If that is unavailable, usegit config user.name.