Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOD Skill

skills.sh

Generate a Slack-ready end-of-day work summary from git commits.

Install

npx skills add husamql3/eod-skill --skill eod

Use

Ask 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.

Author Filtering

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"

Periods

Supported period phrases include:

  • today
  • yesterday
  • week
  • last 3 days
  • since Monday

If no period is supplied, the skill uses a default night-shift window of 6:00 PM to 2:00 AM.

About

Slack-ready end-of-day reports from git commits for AI agents

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors