daily-standup

Summarizes Git commits and GitHub PR activity into a daily standup report.

1|Updated Apr 3, 2021
One-click install
npx skills add https://github.com/NaoyaMiyagawa/dotfiles --skill daily-standup-naoyamiyagawa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-standup
Source: https://github.com/NaoyaMiyagawa/dotfiles/tree/main/.claude/scheduled-tasks/daily-standup
Command: npx skills add https://github.com/NaoyaMiyagawa/dotfiles --skill daily-standup-naoyamiyagawa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Preparing for a daily stand-up meeting requires manually reviewing yesterday's commits and pull requests, which is repetitive and easy to forget. This Skill automates that recap by gathering activity from the Git repository and GitHub, then formatting it into a ready-to-use report. ## Core Features & Use Cases - Activity Summarization: Collects your commits and GitHub PR activity from yesterday, or the last weekday when run on a Monday. - Separated Reporting: Distinguishes your own activities from other team members' activities for a clear FYI section. - Obsidian Integration: Writes the report into your Obsidian vault under the journal/YYYY/YYYY-Www/ folder structure for permanent records. - Use Case: Run it every morning before your stand-up call to get a structured recap of the last 24 hours of team activity without opening GitHub or scrolling through git log. ## Quick Start Generate my daily standup report from yesterday's commits and GitHub PR activity and save it to my Obsidian journal.

Frequently Asked Questions about daily-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 history?

Run the Skill in your Git repository and it summarizes commit history and GitHub PR activity from yesterday into a formatted report. On Mondays it automatically covers the last weekday instead of the weekend.

Can I summarize GitHub PR activity for my whole team?

Yes, the report separates your own activities from other team members' activities. Your work appears in the main section while colleagues' contributions are listed as FYI items grouped by member name.

Does the standup report work on Mondays?

Yes, when run on a Monday the Skill summarizes activity from the last weekday rather than the weekend. This ensures the report reflects actual working days instead of an empty weekend period.

Where does the standup report get saved?

The report is written to your Obsidian vault under the journal folder, organized by year and week number in the format journal/YYYY/YYYY-Www/. This keeps daily records searchable within your existing notes.

What are the limitations of automated standup summaries?

The summary only reflects activity recorded in Git commits and GitHub PRs, so work done outside these systems such as meetings, design work, or discussions will not appear. You may need to supplement the report manually for a complete picture.