daily-update

Generate a Slack-ready daily standup from git history and open PRs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of spending time manually writing daily standups and end-of-day updates from fragmented activity and PR activity, so your team gets consistent status reports.

Core Features & Use Cases

  • Auto-gathers recent work by pulling your commit history and merged PRs for today, then rewrites them into human-friendly summaries.
  • Clarifies PR scope (all repos vs current repo) to accurately compile open work that should be reported as pending.
  • Assembles a Slack-ready message with three paste-safe sections: today's update, tomorrow's plans, and pending stuff (open PRs with raw links).
  • Use case: You completed several small changes and merged PRs today, plus a couple of open PRs; you want a clear, scannable standup you can paste directly into Slack without losing context.

Quick Start

Tell your agent: "Create a daily update for Slack" and optionally include a few rough notes about anything that didn't show up in git.

Frequently Asked Questions about daily-update

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

FAQPage Schema
How do I generate a Slack daily standup from git log and GitHub PRs?

Generate a Slack daily standup by auto-collecting your git commit history and open GitHub PRs, then combining them with your notes to produce a paste-ready message. The output is formatted with exact section headers and copied directly to your clipboard.

What's the best way to automate end-of-day progress updates for Slack?

Automate end-of-day progress updates by pulling today's merged PRs and git commits, rewriting them into human-friendly summaries, and drafting tomorrow's plans. This creates a scannable Slack message with pending open PRs and raw URLs without manual formatting.

Can I compile open PRs from all repositories or just the current one for my standup?

Yes, the standup generator clarifies PR scope to accurately compile pending work from either all repositories or just your current repo. This ensures your daily update reports the correct open PRs with raw links.

Does the daily standup message format work directly with Slack formatting?

Yes, the daily standup output is paste-safe for Slack, using exact section headers and U+2022 bullet points. It structures your update into three sections: today's work, tomorrow's plans, and pending open PRs with raw URLs.

How do I add non-git activities to my automated daily standup?

Add non-git activities to your automated daily standup by providing rough notes to your agent when requesting the update. The skill combines these clarifications with your auto-collected git log and GitHub PR data.