lark-sync

Synchronize local feature states with a shared Lark tasklist.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alva-intelligence/agentic-workflows --skill lark-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-sync
Source: https://github.com/alva-intelligence/agentic-workflows/tree/main/skills/lark-sync
Command: npx skills add https://github.com/alva-intelligence/agentic-workflows --skill lark-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill ensures team-wide visibility of feature work by syncing local workflow state with a shared Lark tasklist, so everyone can see who is working on what and what phase each feature is in.

Core Features & Use Cases

  • Real-time synchronization of feature state to a central Lark tasklist with per-feature tasks and phase-driven kanban lanes.
  • Automated checks and prompts to ensure Lark is properly set up (scopes, auth) and to bootstrap tenant config, so teams can start quickly.
  • Backed by a session protocol that ensures required prerequisites are met before allowing workflow commands, maintaining audit trails and traceability.

Quick Start

Run the bootstrap and link commands to connect your workspace to Lark and start automatic synchronization.

Frequently Asked Questions about lark-sync

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

FAQPage Schema
How do I sync local feature states with a Lark tasklist?

To sync local feature states with a Lark tasklist, you run the bootstrap and link commands to connect your workspace. The tool then automatically creates or updates per-feature tasks and phase-driven kanban lanes across orchestration events.

What is the best way to track team feature phases in Lark?

Tracking team feature phases in Lark is achieved by synchronizing your local workflow state with a shared Lark tasklist. This provides team-wide visibility into who is working on what and the current phase of each feature via kanban lanes.

Do I need to authenticate the lark-cli before syncing tasks?

Yes, you must authenticate the lark-cli before syncing tasks. The system enforces prerequisites like required scopes and tenant config through a session protocol, ensuring your environment is properly set up before allowing workflow commands.

Can I update PRD links automatically in Lark tasks?

Yes, you can update PRD links automatically in Lark tasks. During synchronization events like manual pushes or bootstrap flows, the tool updates PRD links and maintains per-user workspaces to ensure traceability across your feature work.

How does incremental backfill work during Lark task synchronization?

Incremental backfill during Lark task synchronization updates missing data by applying guarded error handling across orchestration events. This ensures your shared tasklist remains consistent with local states without failing the entire workflow.