Claude Code CommandTeam28 installs

Standup Report

Generate comprehensive daily standup reports with team activity analysis and progress tracking

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="team/standup-report" --yes

Requires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this command

Component source

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:
  • Git Activity Analysis - Extract commit activity, analyze code changes, identify contributors, assess impact scope
  • Linear Task Progress - Query task updates, analyze completion status, track sprint progress, identify blockers
  • Pull Request Activity - Review PR submissions, analyze review activity, track merge status, assess collaboration patterns
  • Team Collaboration - Analyze pair programming, code review participation, knowledge sharing, mentorship activities
  • Progress Tracking - Calculate velocity metrics, assess goal completion, identify trends, predict sprint outcomes
  • 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.
Type
Command
Category
Team
Installs
28
Source
GitHub ↗

Related Claude Code Commands

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.