standup

Generate standup notes from git history and PENDING_LOG.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wendeus0/AI-dotfiles --skill standup-wendeus0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/wendeus0/AI-dotfiles/tree/main/core/skills/standup
Command: npx skills add https://github.com/wendeus0/AI-dotfiles --skill standup-wendeus0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Produces a concise standup note from yesterday's git history and PENDING_LOG.md, enabling quick team updates without modifying any files.

Core Features & Use Cases

  • Non-destructive standup generation: reads existing logs and commits without modifying them.
  • Structured output: delivers a standardized format suitable for channels and reports.
  • Use Case: At start of day, generate updates for the team.

Quick Start

Start the standup generator at the beginning of the day to produce a concise progress note from yesterday's commits and PENDING_LOG.md.

Frequently Asked Questions about standup

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

FAQPage Schema
How do I generate daily standup notes from git history?▼

Generate daily standup notes from git history by reading yesterday's commits and PENDING_LOG.md to produce a standardized report covering progress, blockers, and next steps without modifying any existing files.

Can I automate async team updates using my existing git log?▼

Yes, you can automate async team updates by extracting yesterday's progress and blockers directly from your git log and PENDING_LOG.md to deliver a standardized format suitable for team communication channels.

Does generating standup notes this way modify my project files or git history?▼

Generating standup notes this way enforces a non-destructive workflow, meaning it strictly reads your existing git commits and PENDING_LOG.md without modifying them or altering your project state.

What is the best way to prepare for daily standups using git commits and log files?▼

The best way to prepare for daily standups is to maintain a PENDING_LOG.md file alongside your regular git commits, allowing the generator to automatically extract structured progress updates and next steps at the start of the day.

Why do my automated standup reports include blockers and next steps?▼

Automated standup reports include blockers and next steps because the generator parses both yesterday's git history and PENDING_LOG.md to deliver a complete, structured project handoff suitable for team communication.

Are there limitations when using git history for async daily updates?▼

A limitation when using git history for async daily updates is that the report relies entirely on the content of yesterday's commits and PENDING_LOG.md, meaning uncommitted work or unlogged tasks will not appear in the generated notes.