standup

Parse git logs and group commits into a markdown standup report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate concise standup reports derived from recent git activity to keep teams aligned and focused.

Core Features & Use Cases

  • Generate a structured standup summary from commits, branches touched, and activity across repositories.
  • Support common standup prompts like yesterday's work, today's plan, blockers, and status updates.
  • Adapt to single or multi-repo contexts and configurable time ranges.

Quick Start

Tell me a concise standup summary based on my recent git activity.

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 my git activity?

You can generate a daily standup summary by parsing your recent git logs, inferring time ranges, and grouping commits into topics to render a concise markdown report. It translates raw commit history into structured daily updates.

Can I create a standup report across multiple git repositories?

Yes, you can generate a standup report across multiple git repositories. The tool adapts to multi-repo contexts, aggregating recent commits and branches touched into a single structured daily update or end-of-day summary.

What is the best way to format yesterday's git commits for a team update?

The best way to format yesterday's git commits for a team update is grouping commits into logical topics and rendering a markdown standup format. This summarizes branches touched and activity into concise daily updates.

Does the standup summary tool support configurable time ranges for git logs?

Yes, the standup summary tool supports configurable time ranges for git logs. It parses recent git activity within specified timeframes to infer ranges and group commits into topics for structured status updates.

How does a git workflow tool infer time ranges for daily updates?

A git workflow tool infers time ranges for daily updates by parsing recent commit timestamps in your git logs. It groups these commits into coherent topics to structure your end-of-day summaries and standup reports.