Generate a Slack-ready end-of-day work summary from git commits.
npx skills add husamql3/eod-skill --skill eodAsk your coding agent for an EOD report from inside a git repo:
/eod today
The skill scans commits across local and remote-tracking branches, groups the work under a readable project header, and formats the result for Slack.
By default, the skill uses the current repo's git config user.email, falling
back to git config user.name.
To include multiple git identities, set EOD_AUTHOR_EMAILS before invoking your
agent:
export EOD_AUTHOR_EMAILS="name@example.com|other@example.com"Supported period phrases include:
todayyesterdayweeklast 3 dayssince Monday
If no period is supplied, the skill uses a default night-shift window of 6:00 PM to 2:00 AM.