# 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.]
1---2name: daily3description: Daily standup summary4---56Generate a daily standup summary for the project.78## Steps9101. Check git log for recent commits112. Check for open PRs123. Check for failing tests134. Check for build status145. Summarize work done and next steps1516## Commands1718```bash19# Recent commits20git log --oneline -10 --since="yesterday"2122# Current branch status23git status2425# Open PRs (if gh available)26gh pr list --state open27```2829## Output Format3031```markdown32## Daily Standup - [Date]3334### Yesterday35- [Completed work from commits]3637### Today38- [Planned work based on context]3940### Blockers41- [Any issues found]4243### Notes44- [Build status, test status, etc.]45```
Run npx skillmds@latest add mgoodman60/daily in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Daily standup summary It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
mgoodman60 (@mgoodman60) published this skill. Their other Agent Skills are listed on their SkillMD profile.