---
name: Standup
slug: standup-3
category: Automation
description: Standup renders a ready-to-paste daily standup from recorded agent sessions across repos. Use it to summarize yesterday’s work, tests, PRs, diffstat, and blockers without rerunning commands.
github: "https://github.com/karanb192/claude-code-hooks/tree/main/plugins/standup-autopilot/skills/standup"
language: JavaScript
stars: 486
forks: 34
install: "npx degit https://github.com/karanb192/claude-code-hooks/tree/main/plugins/standup-autopilot/skills/standup ~/.claude/skills/standup"
installs_to: ~/.claude/skills/standup
source_path: plugins/standup-autopilot/skills/standup/SKILL.md
collection_size: 7
category_size: 1523
collection_url: "https://dirskills.com/collections/karanb192/claude-code-hooks"
added: 2026-08-26T05:13:22.475Z
last_synced: 2026-08-26T05:13:22.475Z
canonical_url: "https://dirskills.com/skills/standup-3"
---

# Standup

Standup renders a ready-to-paste daily standup from recorded agent sessions across repos. Use it to summarize yesterday’s work, tests, PRs, diffstat, and blockers without rerunning commands.

**Install:**

```bash
npx degit https://github.com/karanb192/claude-code-hooks/tree/main/plugins/standup-autopilot/skills/standup ~/.claude/skills/standup
```

## README

# Standup card

!`node "${CLAUDE_SKILL_DIR}/../../standup-autopilot.js" --render 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT}/standup-autopilot.js" --render`

The card above is your standup for the most recent day with recorded sessions,
one line per repo (what got done, tests run, PRs, diffstat) plus any unresolved
blockers. It is produced by the `standup-autopilot` hook, which snapshots each
session's outcome (task, git state, tests, PRs, blockers) to a local per-day
ledger as you work.

Briefly restate it as a ready-to-paste standup: a short "Yesterday" line per
repo and a "Blocked on" list (or note there are no blockers). Keep it tight; do
not re-run any commands.
