CustomAgent.app
Skill
productivity
✓ Verified
Free

Daily Standup Prep

Generate your standup update from yesterday's commits, PR activity, and open issues.

4.6(71 reviews)
26,700 installs
by Community

About

Reads your git activity, GitHub PRs, and assigned issues from the last 24 hours and produces a concise standup update: yesterday, today, blockers. Saves the awkward five minutes before your daily.

Tags

standupgitgithubdaily

Skill Instructions Preview

# Daily Standup Prep

Generate a concise standup update.

## Sources
- `git log --since="24 hours ago" --author=$(git config user.email)`
- GitHub PRs created/updated in last 24h
- GitHub issues assigned to me
- Calendar events for today (if available)

## Output Format
**Yesterday:** 2-4 bullets on what shipped or progressed
**Today:** 2-4 bullets on planned work
**Blockers:** anything preventing progress, or "None"

Keep it under 100 words total.

Related Skills

Skill
development
FREE

Git Commit Message Generator

Analyze staged changes and generate Conventional Commits messages with proper type, scope, and description.

gitcommitsconventional-commits
G
GitHub
4.9(312)
143k
8.4k
Skill
development
FREE

Conventional Commits Enforcer

Validate and rewrite commit messages to strictly follow the Conventional Commits 1.0 specification.

gitcommitsconventional-commits
C
Community
4.7(89)
39k
1.9k
Skill
devops
FREE

GitHub CLI Assistant

Drive the GitHub CLI from natural language for issues, PRs, releases, workflow runs, and repo management.

githubcliautomation
G
GitHub
4.7(119)
48k
3.1k
Install
# Add as Claude Code slash command:
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/daily-prep/SKILL.md" \
  -o ~/.claude/commands/daily-prep.md
View source on GitHub →

Compatible with

claude codegithub copilot

Trigger phrase

/standup
C

Community

@awesome-copilot-community

View on GitHub