standup

Generate daily standup reports from git commits and GitHub PRs and issues.

Updated Jul 18, 2025
One-click install
npx skills add https://github.com/dougborg/stocktrim-openapi-client --skill standup-dougborg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/dougborg/stocktrim-openapi-client/tree/main/.claude/skills/standup
Command: npx skills add https://github.com/dougborg/stocktrim-openapi-client --skill standup-dougborg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns raw git history and open GitHub activity into a clear daily standup report so teams quickly understand progress, plans, and blockers without manual status hunting.

Core Features & Use Cases

  • Time-windowed change summary: Uses a consistent “since yesterday” window from git/GitHub timestamps to avoid subjective reporting.
  • Commit, PR, and issue synthesis: Pulls your recent commits plus your open PRs and assigned issues to infer what you did and what you plan to do next.
  • Blocker-first honesty: Encourages including blockers, incomplete work, and dependencies so issues surface early.

Quick Start

Ask for a standup report "since yesterday" from the current git repository and your GitHub activity, then present the report with Yesterday, Today, and Blockers sections.

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 git commits and GitHub activity?

To generate a daily standup report from git commits and GitHub activity, the skill pulls recent commits, open PRs, and assigned issues using a consistent "since yesterday" time window. It synthesizes this data to infer completed work and planned tasks, formatting the output into Yesterday, Today, and Blockers sections.

Can I use my open GitHub PRs and issues to draft what I did yesterday and today?

Yes, you can use open GitHub PRs and issues to draft your standup. The skill synthesizes recent commits plus your open GitHub activity to infer what you did since yesterday and what you plan to do today, ensuring your daily updates accurately reflect your engineering workflow.

What is the best way to include blockers and incomplete dependencies in engineering status reporting?

The best way to include blockers and incomplete dependencies in engineering status reporting is to surface them early in a dedicated Blockers section. The skill encourages blocker-first honesty by integrating incomplete work and dependencies directly into the generated daily standup report.

How does a time-windowed git history summary improve daily updates for developers?

A time-windowed git history summary improves daily updates by using a consistent "since yesterday" window from git and GitHub timestamps. This avoids subjective reporting and provides an accurate snapshot of recent engineering work for routine team check-ins.

Do I need to manually hunt through git logs to prepare a routine check-in update?

No, you do not need to manually hunt through git logs to prepare a routine check-in update. The skill turns raw git history and open GitHub activity into a clear daily standup report, allowing teams to quickly understand progress, plans, and blockers without manual status hunting.