standup

Generate daily standup summaries from git commits, PRs, and issues.

20|4|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/nbramia/LifeOS --skill standup-nbramia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/nbramia/LifeOS/tree/main/.agents/skills/standup
Command: npx skills add https://github.com/nbramia/LifeOS --skill standup-nbramia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a concise daily standup summary of what you shipped, what is in progress, and what needs attention, helping you stay aligned with your work.

Core Features & Use Cases

  • Shipped work summary: aggregates merged PRs and commits within a configurable time window.
  • In-progress work: lists open PRs and their review status to surface blockers.
  • Attention alerts: highlights items requiring action or follow-up.

Quick Start

Ask it to generate my daily standup for 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 summary from recent GitHub commits and PRs?

Generate a daily standup summary by parsing local git context and issue tracking data within a configurable time window. The output provides categorized sections for Done, In Progress, and Needs Attention to track shipped work and blockers.

Can I customize the time window for aggregating standup status items?

Yes, the time window for aggregating standup status is configurable, with a default setting of 24 hours. Adjust this parameter to capture merged PRs, commits, and open issues from your desired historical timeframe.

What is the best way to automate daily status reporting for open pull requests?

Automate daily status reporting by parsing local git context to list open PRs and their review status. This surfaces in-progress work and highlights blockers requiring immediate action or follow-up from developers.

Does this daily standup tool work with local git context without external dependencies?

Yes, this standup tool requires parsing local git context and issue tracking data without external dependencies. It aggregates merged PRs, commits, and open issues directly from your local repository environment.

How does the standup summary identify items that need attention?

The standup summary identifies attention items by analyzing open PRs, review statuses, and issue tracking data for blockers. It highlights tasks requiring immediate action or follow-up in a dedicated Needs Attention section.