standupbrain reads your Git commit and Jira activity and passes them to a local LLM that reminds you what the heck you did yesterday.
uv tool install standupbrain- Configure your GitHub credentials locally
- Run
standupbrain initto set up or reset your GitHub username, Git author email, Jira credentials, and preferred LLM model. - Run
standupbrain recallto generate your standup summary.- Run
--helpor see below for additional options - Can run against other users but you won't get local commits (of course)
- Run
Check out the various --help options below:
Usage: standupbrain [OPTIONS] COMMAND [ARGS]...
CLI for standupbrain, the tool to help you remember what you did yesterday
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
init Initialize standupbrain with your preferred LLM and GitHub/Jira...
recall Generate a summary of what you did yesterday via GitHub/Jira ->...
Usage: standupbrain init [OPTIONS]
Initialize standupbrain with your preferred LLM and GitHub/Jira credentials
Options:
--help Show this message and exit.
Usage: standupbrain recall [OPTIONS]
Generate a summary of what you did yesterday via GitHub/Jira -> LLM
Options:
-e, --author-email TEXT Git author email for searching local commits
-d, --date [%Y-%m-%d] Specific date to generate update for (YYYY-MM-
DD)
--dry-run, --dry_run Do not actually prompt the LLM, just query the
APIs and print the prompt
-u, --github-username TEXT GitHub account username for searching remotes in
GitHub
-v, --verbose High verbosity for debugging
--help Show this message and exit.