$npx -y skills add googleworkspace/cli --skill gws-workflow-standup-reportGoogle Workflow: Today's meetings + open tasks as a standup summary.
| 1 | # workflow +standup-report |
| 2 | |
| 3 | > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. |
| 4 | |
| 5 | Today's meetings + open tasks as a standup summary |
| 6 | |
| 7 | ## Usage |
| 8 | |
| 9 | ```bash |
| 10 | gws workflow +standup-report |
| 11 | ``` |
| 12 | |
| 13 | ## Flags |
| 14 | |
| 15 | | Flag | Required | Default | Description | |
| 16 | |------|----------|---------|-------------| |
| 17 | | `--format` | — | — | Output format: json (default), table, yaml, csv | |
| 18 | |
| 19 | ## Examples |
| 20 | |
| 21 | ```bash |
| 22 | gws workflow +standup-report |
| 23 | gws workflow +standup-report --format table |
| 24 | ``` |
| 25 | |
| 26 | ## Tips |
| 27 | |
| 28 | - Read-only — never modifies data. |
| 29 | - Combines calendar agenda (today) with tasks list. |
| 30 | |
| 31 | ## See Also |
| 32 | |
| 33 | - [gws-shared](../gws-shared/SKILL.md) — Global flags and auth |
| 34 | - [gws-workflow](../gws-workflow/SKILL.md) — All cross-service productivity workflows commands |