Back to Skills
📋

Standup Summary

/standup

Generates a daily standup summary from recent git commits.

C

by Claude Rules

Skill author

.claude/commands/standup.md
Generate a concise standup summary.

Run git log --since=yesterday --oneline to see recent commits.

**Yesterday:** [What was completed]
**Today:** [What is planned]
**Blockers:** [Any issues]

Keep it under 5 bullet points. Be specific.

How to install this skill

Save the content above as a .md file in your .claude/commands/ directory, then use /standup in Claude Code.

Project-level (current project only):

.claude/commands/standup.md

Global (all projects):

~/.claude/commands/standup.md

Related Skills

Browse by Tag

What are Skills?

Claude Code Skills are reusable slash commands stored as .md files in your .claude/commands/ directory. Type /standup in Claude Code to run this skill.

Learn more in the docs