standup

Aggregate pending tasks, appointments, commits, and issues into a daily status report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/thiansit/LuPang --skill standup-thiansit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/thiansit/LuPang/tree/main/.claude/skills/standup
Command: npx skills add https://github.com/thiansit/LuPang --skill standup-thiansit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates scattered status signals into a single morning check so the user can quickly see pending tasks, today's appointments, recent progress, and the next action without manually opening multiple tools or files.

Core Features & Use Cases

  • Physical Location (auto): Reads a stored location record to report the current device/location context.
  • Pending Work: Aggregates open GitHub issues and local focus inbox entries to surface outstanding tasks.
  • Schedule & Appointments: Shows today's appointments from the local schedule file to prevent missed meetings.
  • Recent Progress & Retrospective: Pulls recent git commits and the latest retrospective note to summarize recent activity.
  • Use Case: Use this before starting your day to prioritize what to work on next and confirm you haven't missed any meetings or recently updated tasks.

Quick Start

Run the standup skill by invoking /standup to receive a consolidated report of pending tasks, appointments for today, recent commits, and a suggested next action.

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

To generate a daily standup report, the skill aggregates your recent git commits, open GitHub issues, local inbox files, and calendar appointments into a single consolidated morning status summary.

Can I consolidate my local schedule and pending tasks into one daily status check?▼

Yes, you can consolidate your local schedule and pending tasks. The skill reads today's appointments from local schedule files and aggregates pending work from GitHub issues and local focus inboxes.

What do I need to aggregate GitHub issues and git history for a progress review?▼

You need read access to repository files and standard CLI tools like gh and git to aggregate GitHub issues, recent commits, and local inbox files for a progress review.

What is the best way to preview recent git commits and open issues before starting my day?▼

The best way to preview recent progress is by running a consolidated daily snapshot. It pulls recent git commits, open GitHub issues, and retrospective notes to summarize recent activity.

Does the daily standup report work without GitHub CLI or git installed?▼

No, the daily standup report requires standard CLI tools like gh, git, and coreutils, or local psi documents to collect your schedule, commits, issues, and focus entries.

Why does my daily status report show stale or missing GitHub issues?▼

Your daily status report may show stale GitHub issues if repository read access is incomplete or the gh CLI tool lacks proper authentication to fetch current open issues.