Daily

Daily standup summary

mgoodman60 445ee52 676 B Updated

File contents

Generate a daily standup summary for the project.

Steps

  1. Check git log for recent commits
  2. Check for open PRs
  3. Check for failing tests
  4. Check for build status
  5. Summarize work done and next steps

Commands

# Recent commits
git log --oneline -10 --since="yesterday"

# Current branch status
git status

# Open PRs (if gh available)
gh pr list --state open

Output Format

## Daily Standup - [Date]

### Yesterday
- [Completed work from commits]

### Today
- [Planned work based on context]

### Blockers
- [Any issues found]

### Notes
- [Build status, test status, etc.]

mgoodman60/foremanos-platform/tree/main/.claude/skills/daily commit 445ee52017

Frequently asked questions

npx skillmds@latest add mgoodman60/daily