standup

Generates a daily standup summary from GitHub issues, git commits, and schedule files.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill standup-heman1033p-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/heman1033p-create/cv-v2-kongphop/tree/main/.gemini/skills/standup
Command: npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill standup-heman1033p-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the manual effort of gathering scattered status information each morning by consolidating pending tasks, appointments, and recent progress into one standup report. ## Core Features & Use Cases - Multi-source aggregation: Pulls open GitHub issues via the gh CLI, recent git commits from the last 24 hours, focus notes, schedule entries, and the latest retrospective. - Location awareness: Fetches current physical location from a GitHub-hosted CSV to contextualize the standup. - Structured output: Produces a formatted Markdown report with Done, In Progress, Pending Issues, Appointments, and Next Action sections. - Use Case: A developer starts their day by running the standup command and instantly receives a summary of yesterday's commits, today's meetings, and open issues to prioritize work. ## Quick Start Ask the assistant to run my daily standup and show pending tasks, appointments, and recent progress.

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 and GitHub?▼

Run the standup command, which collects open GitHub issues via the gh CLI, commits from the last 24 hours via git log, and schedule entries from local Markdown files. It outputs a formatted report with Done, In Progress, Pending Issues, and Next Action sections.

What data sources does a standup summary need?▼

This standup uses five sources: open GitHub issues, a focus Markdown file, a schedule Markdown file, git commits from the past 24 hours, and the latest retrospective file. It also optionally fetches current location from a GitHub-hosted CSV.

Does the standup command require the GitHub CLI?▼

Yes, it uses the gh CLI to list open issues and to fetch the location CSV from a GitHub repository. You must be authenticated with gh for those sections to return data.

What happens if the schedule or focus files are missing?▼

The commands use shell redirection with 2>/dev/null, so missing files fail silently and those sections simply show no data. The rest of the standup report still generates normally.

Can I see a full calendar instead of just today's appointments?▼

The standup only shows up to five schedule entries for the current check. For a complete calendar view, the skill points to the related /schedule command.