gws-workflow-standup-report

Generates a standup summary combining today's Google Calendar meetings with open tasks.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill gws-workflow-standup-report-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-workflow-standup-report
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/gws-workflow-standup-report
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill gws-workflow-standup-report-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Preparing a daily standup update requires manually checking your calendar for today's meetings and reviewing your task list for open items. This Skill automates that by combining both sources into a single standup summary through one command. ## Core Features & Use Cases - Combined Agenda and Tasks: Merges today's Google Calendar meetings with your open tasks into one standup report. - Multiple Output Formats: Supports json (default), table, yaml, and csv output via the --format flag. - Read-Only Operation: Never modifies your calendar or task data, making it safe to run at any time. - Use Case: Before your morning standup, run the command to get a formatted summary of today's meetings and pending tasks, then paste the table output directly into your team chat. ## Quick Start Ask the assistant to generate a standup report of today's meetings and open tasks using the gws workflow standup-report command.

Frequently Asked Questions about gws-workflow-standup-report

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

FAQPage Schema
How do I generate a standup report from Google Calendar and Tasks?

Run `gws workflow +standup-report` to combine today's calendar meetings with your open tasks into a single summary. Use the `--format` flag to choose json, table, yaml, or csv output.

What output formats does the standup report support?

The standup report supports four output formats: json (the default), table, yaml, and csv. Select a format by passing the `--format` flag, for example `--format table`.

Does the standup report modify my calendar or tasks?

No, the standup report is read-only and never modifies any data. It only reads today's calendar agenda and your task list to build the summary.

What do I need before running the gws standup report?

You need the gws CLI installed and authenticated with your Google account. The skill also requires the gws-shared skill for auth and global flags; run `gws generate-skills` if it is missing.

Why is the standup report empty or missing meetings?

An empty report usually means there are no meetings scheduled today or no open tasks in your list. Also verify that gws authentication is valid, since expired credentials prevent data retrieval.