lark-workflow-standup-report

Summarize calendar events and outstanding tasks into a date-specific standup report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill compiles a user's calendar events and incomplete tasks into a concise, date-specific standup report so you no longer need to manually cross-check schedules and to-dos each morning.

Core Features & Use Cases

  • Calendar aggregation: retrieve events for a specified ISO 8601 date range and convert timestamps to local time for clear daily timelines.
  • Task collection: fetch the current user's incomplete tasks with optional due-end filtering and highlight overdue items.
  • Analysis & formatting: perform RSVP status mapping, sort by start/due time, detect time conflicts, and produce a human-readable summary suitable for "today", "tomorrow", or "this week" standups.
  • Use Case: morning standup — generate today's schedule, list pending tasks due today, and surface any overlapping meetings or free slots.

Quick Start

Ask the assistant to generate a standup report for today by fetching calendar events and your incomplete tasks after authenticating lark-cli for calendar and task scopes.

Frequently Asked Questions about lark-workflow-standup-report

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

FAQPage Schema
How do I generate a daily standup report from Lark calendar events and incomplete tasks?

To generate a daily standup report, the Skill retrieves your Lark calendar events and incomplete tasks for a specified ISO 8601 date range, converts timestamps to local time, and compiles them into a concise human-readable summary highlighting overlapping meetings and overdue items.

What is the best way to summarize my schedule and pending tasks for a morning briefing?

The best way to summarize schedules and pending tasks for a morning briefing is to use a workflow that fetches your authorized Lark calendar and task data, sorts items by start or due time, detects conflicts, and outputs a date-specific standup report.

Do I need to authorize lark-cli to fetch calendar events and tasks for a standup report?

Yes, you need to authenticate and authorize lark-cli access with the appropriate calendar and task scopes to retrieve your events and incomplete tasks for standup report generation.

Can I get a standup report for a specific date range or just for today?

You can generate a standup report for today, tomorrow, or a specific date range by providing ISO 8601 dates; the Skill handles timezone-aware timestamp conversion and filters incomplete tasks with optional due-end dates accordingly.

How does conflict detection work when summarizing Lark calendar events?

Conflict detection works by analyzing the retrieved calendar events sorted by start time to identify overlapping meetings within the specified date range, surfacing these conflicts directly in your daily standup report.

Why are my overdue tasks not showing up in the Lark standup report?

Overdue tasks may not appear if the optional due-end filtering excludes their dates, or if lark-cli task permissions are lacking; the Skill fetches incomplete tasks and highlights overdue items only when proper scopes are authorized.