standup

Aggregate and summarize recently merged GitHub PRs into a standup update.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/arnavsurve/dotfiles --skill standup-arnavsurve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/arnavsurve/dotfiles/tree/main/agents/skills/standup
Command: npx skills add https://github.com/arnavsurve/dotfiles --skill standup-arnavsurve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compile a standup update by aggregating recently merged PRs and presenting them in a concise, thematically organized format.

Core Features & Use Cases

  • Automatically identify and fetch merged PRs authored by the user within yesterday's PST window.
  • Involve PRs (review/merge) and deduplicate results, then fetch PR bodies for context.
  • Produce a concise standup summary grouped by theme with PR numbers cited inline.

Quick Start

Summarize yesterday's merged PR activity into a concise standup update.

Frequently Asked Questions about standup

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

FAQPage Schema
How do I generate a standup update from merged GitHub PRs?

To generate a standup update from merged GitHub PRs, this Skill fetches your recently merged pull requests using the gh command-line tool, deduplicates the results, and groups them by theme into a concise summary. It automatically targets PRs merged within yesterday's PST window.

Can I summarize yesterday's GitHub pull request activity for a team sync?

Yes, you can summarize yesterday's GitHub pull request activity for a team sync. The Skill aggregates PRs you authored or reviewed, fetches the PR bodies for context, and produces a concise standup summary grouped by theme with PR numbers cited inline.

Does this standup generator require the GitHub CLI to fetch PR bodies?

Yes, this standup generator requires the GitHub CLI (gh) to fetch user PRs and PR bodies. It uses gh to identify merged pull requests within the specified timeframe and extract the necessary context for the thematically organized standup update.

How are merged pull requests grouped in the standup summary?

Merged pull requests are grouped by theme in the standup summary. After fetching and deduplicating your PRs, the Skill analyzes the PR bodies to organize updates into concise thematic categories, citing the relevant PR numbers inline for easy reference.

What is the best way to automate daily standup updates from GitHub PRs?

The best way to automate daily standup updates from GitHub PRs is to use a Skill that aggregates yesterday's merged activity. It fetches your PRs via gh, deduplicates results, and outputs a concise summary grouped by theme, eliminating manual tracking and compilation.