engineering-daily-report

Merge agent updates into a date-keyed Feishu daily report using lark-cli.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/eatbreads/.agents --skill engineering-daily-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: engineering-daily-report
Source: https://github.com/eatbreads/.agents/tree/main/skills/engineering-daily-report
Command: npx skills add https://github.com/eatbreads/.agents --skill engineering-daily-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates multiple agents' incremental engineering updates into a single date-keyed Feishu daily report while preserving existing entries and engineering process detail. It removes the manual work of locating today's document, merging only the current agent's new contributions, and avoiding accidental overwrites of other agents' records.

Core Features & Use Cases

  • Fetch-and-merge workflow: Search for today's Feishu doc, fetch the full existing content, extract only the current agent's new items, and merge them into the base document.
  • Safe overwrite semantics: Prefer incremental updates that preserve other agents' work, and only create a new document when no same-date doc exists.
  • Operational guidance: Uses lark-cli / $lark-doc for search, fetch, and update; supports full and concise output modes for formal Feishu updates or short mentor/group summaries.

Quick Start

Use the engineering-daily-report skill to find or create today's Feishu daily doc, pull its content, merge the current agent's new progress without overwriting other agents, and update the document using lark-cli.

Frequently Asked Questions about engineering-daily-report

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

FAQPage Schema
How do I merge multiple agents' progress into one daily report on Feishu?

To merge multiple agents' progress into one daily report, the skill fetches an existing same-date Feishu document, extracts only the current agent's incremental updates, and merges them into the base document without overwriting prior entries.

How does lark-cli handle incremental doc updates for multi-agent workflows?

Lark-cli handles incremental doc updates by fetching the full existing document content as a base, integrating only the current agent's new additions, and applying update semantics to preserve other agents' records safely.

What is the best way to prevent overwriting other agents' records in a Feishu daily report?

The best way to prevent overwriting records is using safe overwrite semantics that perform incremental updates on the existing Feishu document, only creating a new document when no same-date doc exists.

Can I use lark-cli to search for an existing Feishu daily doc before creating a new one?

Yes, you can use lark-cli to search for today's Feishu daily doc, fetch its content as the base, and only create a new document when no same-date document is found.

Does the Feishu daily report merge process support concise output for group summaries?

Yes, the Feishu daily report merge process supports full and concise output modes, allowing you to generate formal document updates or short mentor and group summaries from conversation context.