standup

Aggregate GitHub activity into a Yesterday/Today/Blockers standup report.

13|3|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/phrazzld/agent-skills --skill standup-phrazzld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/phrazzld/agent-skills/tree/main/core/standup
Command: npx skills add https://github.com/phrazzld/agent-skills --skill standup-phrazzld

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of daily standup reports by aggregating GitHub activity, saving developers time and ensuring consistent status updates.

Core Features & Use Cases

  • Activity Aggregation: Gathers PRs authored/reviewed, issues engaged, and commits pushed from the last 24 hours.
  • Status Synthesis: Organizes collected data into "Yesterday," "Today," and "Blockers" sections.
  • Use Case: A developer can use this skill at the end of their workday to quickly generate a comprehensive status report for their team, highlighting key accomplishments and any impediments.

Quick Start

Use the standup skill to generate a daily report of your GitHub activity from the last 24 hours.

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 report from my GitHub activity?

To generate a daily standup report from GitHub activity, you can use an automated skill that aggregates your pushed commits, authored PRs, and engaged issues into a structured summary. It compiles your recent contributions into a team update format.

What is the best way to automate developer workflow updates for agile teams?

Automating developer workflow updates involves aggregating GitHub events like pull requests and commits to synthesize daily status reports. This approach saves time and ensures consistent status updates for agile team synchronization without manual tracking.

Do I need the GitHub CLI to aggregate pull requests and commits for a daily update?

Yes, you need the GitHub CLI and Bash scripting to collect and synthesize GitHub activity for your daily update. These dependencies are required to query your recent repository events and aggregate them into the standup format.

How does a GitHub activity aggregator structure a daily standup update?

A GitHub activity aggregator structures a daily standup update by mapping recent commits, reviewed pull requests, and engaged issues into a Yesterday, Today, and Blockers format. This synthesis provides a clear, chronological view of developer progress and impediments.

Can I use Bash scripting to compile GitHub issues and PRs into a team status report?

Yes, you can use Bash scripting alongside the GitHub CLI to compile GitHub issues and PRs into a team status report. The scripts query your repository activity and organize the retrieved data into a structured daily update.

What are the limitations of using GitHub activity for agile reporting?

A limitation of using GitHub activity for agile reporting is that it only captures explicit repository events like commits and PRs, potentially missing offline work or external discussions. It should be supplemented with manual input for comprehensive Blockers tracking.