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_EMAILS when it is set. It should be a git author regex, for example name@example.com|other@example.com.
  • If EOD_AUTHOR_EMAILS is not set, use git config user.email. If that is unavailable, use git config user.name.

Steps

Installs
5
First Seen
Jul 9, 2026
eod — husamql3/eod-skill