
Gws Workflow Standup Report
- 25.4k installs
- 30k repo stars
- Updated July 22, 2026
- googleworkspace/cli
gws-workflow-standup-report is a Google Workspace CLI agent skill that runs gws workflow +standup-report to merge today's calendar meetings with open tasks into a formatted daily standup summary.
About
gws-workflow-standup-report is a googleworkspace/cli skill (metadata version 0.22.5) that generates a daily standup report from Google Workspace data. Running gws workflow +standup-report pulls today's calendar meetings and open tasks into one summary, with optional --format output control.
- Combines Google Calendar agenda for today with open tasks into one readable standup report
- Supports output formats: json (default), table, yaml, csv
- Read-only operation that never modifies any data
Gws Workflow Standup Report by the numbers
- 25,420 all-time installs (skills.sh)
- +814 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #53 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
What gws-workflow-standup-report says it does
Today's meetings + open tasks as a standup summary.
npx skills add https://github.com/googleworkspace/cli --skill gws-workflow-standup-reportAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 25.4k |
|---|---|
| repo stars | ★ 30k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 22, 2026 |
| Repository | googleworkspace/cli ↗ |
How do you auto-generate a standup from Google Calendar?
Generate a daily standup summary that merges today's calendar meetings with open tasks from Google Workspace.
Who is it for?
Developers using the gws CLI who want an automated daily standup pulled from Google Calendar and open tasks.
Skip if: Teams not on Google Workspace or anyone needing deep sprint analytics beyond a same-day meeting-and-task snapshot.
When should I use this skill?
User asks for a standup report, today's meetings plus tasks, or gws workflow +standup-report automation.
What you get
Formatted standup summary listing today's meetings and open Google Workspace tasks
- daily standup summary
- formatted meeting and task report
By the numbers
- Ships with googleworkspace/cli metadata version 0.22.5
- Exposes gws workflow +standup-report CLI subcommand
Files
workflow +standup-report
PREREQUISITE: Read../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Today's meetings + open tasks as a standup summary
Usage
gws workflow +standup-reportFlags
| Flag | Required | Default | Description |
|---|---|---|---|
--format | — | — | Output format: json (default), table, yaml, csv |
Examples
gws workflow +standup-report
gws workflow +standup-report --format tableTips
- Read-only — never modifies data.
- Combines calendar agenda (today) with tasks list.
See Also
- gws-shared — Global flags and auth
- gws-workflow — All cross-service productivity workflows commands
Related skills
How it compares
Pick gws-workflow-standup-report over persona-project-manager when you only need a one-shot daily standup—not full project coordination across Drive, Sheets, and Chat.
FAQ
What command does gws-workflow-standup-report run?
gws-workflow-standup-report executes gws workflow +standup-report, which merges today's Google Calendar meetings with open tasks into a standup summary. Use gws workflow +standup-report --help for flags including --format.
What does gws-workflow-standup-report require?
gws-workflow-standup-report requires the gws CLI binary (metadata version 0.22.5) and gws-shared/SKILL.md for authentication and security rules. Run gws generate-skills if the shared skill file is missing.
Is Gws Workflow Standup Report safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.