daily

Generate daily standup summaries from commits, PRs, and CI status.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/mgoodman60/foremanos --skill daily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily
Source: https://github.com/mgoodman60/foremanos/tree/main/.claude/skills/daily
Command: npx skills add https://github.com/mgoodman60/foremanos --skill daily

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Daily standups can be time-consuming and inconsistent. This Skill generates concise, actionable standup summaries from project activity, freeing the team to focus on priorities.

Core Features & Use Cases

  • Automated standup generation: compile updates from recent commits, open PRs, CI status, and task progress.
  • Blockers and next steps: highlight blockers and planned actions for the day.
  • Use Case: For a software team starting the day, run this Skill to produce a brief, shareable summary that aligns everyone.

Quick Start

Run: daily generate to create today's standup summary from the latest commits, PRs, and CI/build status.

Frequently Asked Questions about daily

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

FAQPage Schema
How do I generate a daily standup summary from git commits and PRs?

To generate a daily standup summary, you can run a command that aggregates recent git commits, open PRs, and CI/build status into a concise Markdown report. This compiles project activity into a shareable update for the team.

What is an automated standup summary in software engineering?

An automated standup summary is a concise report generated from project activity like git history and CI results. It replaces manual updates by compiling recent commits, open PRs, and test status into a readable format.

Can I use CI build status and recent commits to highlight blockers for my team?

Yes, you can use CI build status and recent commits to automatically highlight blockers and planned actions. The summary extracts test or build failures and file changes to identify potential issues for the day.

Does a daily standup generator work for project managers and testers too?

A daily standup generator works for project managers and testers by providing a context-rich overview of recent development activity. It aggregates git history and CI results so all team members understand progress and blockers.

How do I format standup updates into Markdown for team communication?

You can format standup updates into Markdown by aggregating recent git commits, open PRs, and CI status into a clean document. This provides a human-readable summary that aligns developers and project managers.