# Gws Workflow Standup Report > Google Workflow: Today's meetings + open tasks as a standup summary. Source: https://skillsagentes.com/skills/googleworkspace/cli/gws-workflow-standup-report Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 17 tok installed, 279 tok once triggered, 279 tok with every bundled file Bundle: 1 file, 1 KB Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill gws-workflow-standup-report --agent claude-code ``` ## What it does - Ejecuta `gws workflow +standup-report` para combinar la agenda de calendario de hoy con la lista de tareas pendientes - Genera un resumen tipo standup con reuniones y tareas abiertas - Permite elegir formato de salida con `--format` (json, table, yaml, csv) ## Use it when - Se necesita preparar un resumen de standup diario con reuniones y tareas del día ## What triggers it - "Dame mi resumen de standup de hoy" - "Muéstrame las reuniones y tareas pendientes para el standup en formato table" ## Before you install - Requiere el binario `gws` y haber leído ../gws-shared/SKILL.md para autenticación y flags globales. ## Files - SKILL.md — 1 KB ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # workflow +standup-report > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Today's meetings + open tasks as a standup summary ## Usage ```bash gws workflow +standup-report ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--format` | — | — | Output format: json (default), table, yaml, csv | ## Examples ```bash gws workflow +standup-report gws workflow +standup-report --format table ``` ## Tips - Read-only — never modifies data. - Combines calendar agenda (today) with tasks list. ## See Also - [gws-shared](../gws-shared/SKILL.md) — Global flags and auth - [gws-workflow](../gws-workflow/SKILL.md) — All cross-service productivity workflows commands --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/gws-workflow-standup-report