---
name: Standup Summary
slug: standup-summary
category: AI Engineering
description: Summarizes recent git commits and open PRs into a brief standup update with done, doing, and blockers bullets.
github: "https://github.com/MisterBrookT/skill2/tree/main/tests/fixtures/visualize-library/skills/standup-summary"
language: Python
stars: 10
forks: 0
install: "git clone https://github.com/MisterBrookT/skill2"
added: 2026-07-17T07:10:04.424Z
last_synced: 2026-07-17T07:10:04.424Z
canonical_url: "https://dirskills.com/skills/standup-summary"
---

# Standup Summary

Summarizes recent git commits and open PRs into a brief standup update with done, doing, and blockers bullets.

**Install:** `git clone https://github.com/MisterBrookT/skill2`

## README

# Standup Summary

Summarize recent commits and open PRs into a short standup update.

## Workflow

1. Read local git log for the requested window.
2. List open PRs that need review or merge.
3. Return three bullets: done, doing, blockers.
