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
Number of days to look back for commits and activity
Output format for the standup notes. Options:
markdown, slack, plain, jsonFilter commits by author email address
Include specific ticket/issue IDs for additional context. Can specify multiple tickets.
Output tone style. Options:
engineering, mixed, businessSkip fetching ticket/issue context from your PM tool
Skip fetching pull request context
Do not automatically copy the output to clipboard
Show the full context and prompt sent to Copilot CLI for debugging
Show assembled context and ask for confirmation before generating the standup
Show detailed work context analysis (commits, PRs, tickets, categories)
Output only the raw context block without AI generation
Send the standup to configured notification channels (Slack/Discord)
Send to Slack only
Send to Discord only
Send a test message to configured Slack/Discord webhooks to verify setup
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 periodgit.defaultBranch- Base branch for comparisonsoutput.format- Default output formatoutput.copyToClipboard- Auto-copy behavioroutput.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)