Skip to content

sgoedecke/gh-standup

Repository files navigation

gh-standup

A GitHub CLI extension that generates AI-powered standup reports using GitHub activity data. It uses free GitHub Models for inference, so you don't need to do any token setup - your existing GitHub CLI token will do fine!

Installation

gh extension install sgoedecke/gh-standup
gh standup

Organizations

To ensure the GitHub CLI can access your organization's data:

# Authenticate with GitHub CLI (if not already done)
gh auth login

# Authenticate with your organizations
gh auth refresh -h github.com -s read:org

Prerequisites

Usage

Basic Usage

Generate a standup report for yesterday's activity:

gh standup

Advanced Options

# Look back multiple days
gh standup --days 3

# Generate report for specific user
gh standup --user octocat

# Generate report for specific repository
gh standup --repo owner/repo

# Use a different AI model
gh standup --model xai/grok-3-mini

Contributing

Contributions are welcome. In particular, I encourage tweaking of the prompt. Since I've extracted it into a file, you should be able to fork the repo and iterate on the prompt via the GitHub Models UI:

https://github.com/[your-username]/gh-standup/models/prompt/compare/main/internal/llm/standup.prompt.yml

About

A GitHub CLI extension for generating an AI-assisted standup report

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published