Skip to main content

Description

Generates AI-powered standup notes by analyzing your recent git commits, pull requests, and ticket context. The command gathers comprehensive work context and uses GitHub Copilot CLI to create a structured summary perfect for team standups. Aliases: s, su, daily

Usage

Options

string
default:"1"
Number of days to look back for commits and activity
string
default:"markdown"
Output format for the standup notes. Options: markdown, slack, plain, json
string
Filter commits by author email address
string[]
Include specific ticket/issue IDs for additional context. Can specify multiple tickets.
string
default:"mixed"
Output tone style. Options: engineering, mixed, business
boolean
Skip fetching ticket/issue context from your PM tool
boolean
Skip fetching pull request context
boolean
Do not automatically copy the output to clipboard
boolean
Show the full context and prompt sent to Copilot CLI for debugging
boolean
Show assembled context and ask for confirmation before generating the standup
boolean
Show detailed work context analysis (commits, PRs, tickets, categories)
boolean
Output only the raw context block without AI generation
boolean
Send the standup to configured notification channels (Slack/Discord)
boolean
Send to Slack only
boolean
Send to Discord only
boolean
Send a test message to configured Slack/Discord webhooks to verify setup
boolean
Skip auto-saving a snapshot to the work journal

Examples

Basic standup for today

Last 3 days of work

Format for Slack

Send directly to Slack

Include specific tickets

Preview before generating

Engineering tone, 5 days, no tickets

Test webhook configuration

Output

The command generates a structured standup report including:
  • Summary of work accomplished
  • Commits grouped by feature/area
  • Pull request status
  • Linked tickets with context
  • Work area breakdown
  • Code change statistics

Configuration

The standup command respects these configuration settings:
  • standup.defaultDays - Default lookback period
  • git.defaultBranch - Base branch for comparisons
  • output.format - Default output format
  • output.copyToClipboard - Auto-copy behavior
  • output.showStats - Display statistics

Requirements

  • Must be run inside a git repository
  • Requires GitHub Copilot CLI (gh extension install github/gh-copilot)
  • Optional: PM tool integration for ticket context (Jira, Linear, GitHub Issues)