standup

Summarize yesterday's commits and merges into standup-ready bullets.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/NihaalManaf/LDR-Island --skill standup-nihaalmanaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/NihaalManaf/LDR-Island/tree/main/.agents/skills/standup
Command: npx skills add https://github.com/NihaalManaf/LDR-Island --skill standup-nihaalmanaf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps you quickly generate a concise, standup-ready summary of yesterday's work by inspecting your git repository, current branch, and related worktrees for relevant commits, merges, and PR activity.

Core Features & Use Cases

  • Detect and summarize yesterday's work: compiles up to five deduplicated bullets describing what changed.
  • Cross-worktree analysis: reviews the current branch plus all git worktrees for a complete activity view.
  • Author-scoped reporting: filters evidence to the specified author or the user by git config if not provided.
  • PR and merge evidence: includes merge commits and PR activity when available, via local git data and gh if present.

Quick Start

Ask me for a standup by saying '/standup' or 'standup' to generate yesterday's activity summary.

Frequently Asked Questions about standup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a daily standup summary from git commits?

To generate a daily standup summary from git commits, you can use a tool that filters yesterday's commit history by author across the active repository and all git worktrees, returning up to five deduplicated bullets.

Can I include PR and merge evidence in my git daily update?

Yes, you can include PR and merge evidence in your git daily update by utilizing local git data alongside the gh command-line tool to capture merge commits and related pull request activity for your standup summary.

Does cross-worktree analysis work for summarizing yesterday's git activity?

Cross-worktree analysis works for summarizing yesterday's git activity by inspecting the current branch alongside all available git worktrees to compile a complete view of recent commits and merges.

What is the best way to filter git commit history by author for a standup report?

The best way to filter git commit history by author for a standup report is applying an author-scoped filter to your repository's yesterday time window, defaulting to the current git config user if no specific author is provided.

What are the limitations of automated standup generators for git repositories?

Limitations of automated standup generators for git repositories include capping the output at five deduplicated bullets and relying on the gh command-line tool being present to successfully fetch available PR evidence.