pm-team-standup

Aggregate commits, PRs, issues, and reviews into a 24-hour team standup report.

3|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/auerbachb/claude-code-config --skill pm-team-standup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-team-standup
Source: https://github.com/auerbachb/claude-code-config/tree/main/.claude/skills/pm-team-standup
Command: npx skills add https://github.com/auerbachb/claude-code-config --skill pm-team-standup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a concise team standup from per-contributor activity (commits, PRs, issues, reviews) over the last 24 hours, grouped by person.

Core Features & Use Cases

  • Gather and group activity across commits, PRs, issues, and reviews by contributor.
  • Use Team config from pm-config.md to resolve display names and roles when available.
  • Read PR bodies to capture business context for each change and generate meaningful bullets.
  • Output a readable standup with per-contributor sections and a closing summary.
  • Filter out bots and unreliable sources to keep reports focused on human contributors.

Quick Start

Run the standup for the last 24 hours to generate a team activity report.

Frequently Asked Questions about pm-team-standup

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

FAQPage Schema
How do I generate a daily standup report from GitHub pull requests and commits?

Generate a daily standup report by summarizing contributor activity across commits, pull requests, issues, and reviews within a 24-hour window. It groups activity by contributor, reads PR bodies for business context, and filters out bots to produce a clean summary.

Can I aggregate developer activity across multiple repositories for a team standup?

Yes, you can aggregate developer activity across multiple repositories for a team standup. The tool is designed for software teams in multi-repo environments, collecting and grouping commits, PRs, issues, and reviews by contributor.

Does generating a standup from git activity require a configuration file for username mapping?

Generating a standup from git activity uses the Team section from a pm-config.md file to map usernames to display names and roles when available. This configuration resolves contributor identities to produce a readable report.

How are automated bots handled when summarizing team code activity?

Automated bots are filtered out when summarizing team code activity. The tool removes bots and unreliable sources to keep the standup report focused entirely on human contributor actions.

What access is needed to automate standup reporting from pull requests and issues?

To automate standup reporting from pull requests and issues, you need read access to git data and GitHub PR and issue APIs. This access allows the tool to gather commits, reviews, and PR bodies for context.