Generate comprehensive daily standup reports with team activity analysis and progress tracking
Copy the command definition below into:
~/.claude/commands/standup-report-davila7.md---
allowed-tools: Read, Bash, Glob, Grep
argument-hint: [time-range] | --yesterday | --last-24h | --since-friday | --custom-range
description: Generate comprehensive daily standup reports with team activity analysis and progress tracking
---
# Standup Report
Generate comprehensive daily standup reports with team activity and progress analysis: **$ARGUMENTS**
## Current Standup Context
- Linear connection: Linear MCP server status and task synchronization
- Time range: !`date -d 'yesterday' '+%Y-%m-%d'` to !`date '+%Y-%m-%d'` analysis period
- Team members: !`git log --format='%ae' --since='1 day ago' | sort -u | wc -l` active contributors
- Repository: !`gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "No repo context"`
## Task
Generate comprehensive standup report with team activity analysis and progress insights:
**Time Range**: Use $ARGUMENTS to specify yesterday, last 24 hours, since Friday, or custom date range for analysis
**Standup Report Framework**:
1. **Git Activity Analysis** - Extract commit activity, analyze code changes, identify contributors, assess impact scope
2. **Linear Task Progress** - Query task updates, analyze completion status, track sprint progress, identify blockers
3. **Pull Request Activity** - Review PR submissions, analyze review activity, track merge status, assess collaboration patterns
4. **Team Collaboration** - Analyze pair programming, code review participation, knowledge sharing, mentorship activities
5. **Progress Tracking** - Calculate velocity metrics, assess goal completion, identify trends, predict sprint outcomes
6. **Blockers & Impediments** - Identify stuck tasks, analyze delay patterns, assess resource needs, recommend solutions
**Advanced Features**: Automated activity categorization, progress visualization, trend analysis, predictive insights, team health scoring.
**Report Quality**: Actionable insights, clear progress indicators, obstacle identification, team coordination support, meeting efficiency optimization.
**Output**: Comprehensive standup report with team activity summary, progress metrics, blocker identification, and actionable next steps.