From standup-autopilot
Renders a daily standup card from agent activity across repos, showing tasks, git state, tests, PRs, and blockers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/standup-autopilot:standupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
!`node "${CLAUDE_SKILL_DIR}/../../standup-autopilot.js" --render 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT}/standup-autopilot.js" --render`
!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.
npx claudepluginhub karanb192/claude-code-hooks --plugin standup-autopilotGenerates structured standup updates from recent commits, PRs, ticket changes, and rough notes. Formats output as yesterday/today/blockers.
Generates standup summaries from git history, Jira, and GitHub activity. Read-only — no code changes.
Generates casual daily standups from git activity. Translates commit messages into human-readable accomplishments. Useful for developers who want to automate standup updates.