worklog-sync

Sync Kanban board tasks into weekly EOB worklogs via API submissions.

173|42|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/cyanluna-git/cyanluna.skills --skill worklog-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worklog-sync
Source: https://github.com/cyanluna-git/cyanluna.skills/tree/main/worklog-sync
Command: npx skills add https://github.com/cyanluna-git/cyanluna.skills --skill worklog-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sync Kanban board tasks into weekly Engineering Operation Board (EOB) worklogs by mapping completed and in-progress cards to corresponding EOB projects and aggregating work hours from a series of lifecycle timestamps.

Core Features & Use Cases

  • Maps Kanban tasks to EOB projects using project settings or mappings
  • Estimates hours from lifecycle timestamps and distributes across workdays with caps
  • Aggregates by date, project, and work type to generate daily worklog entries
  • Submits prepared entries via the EOB API and supports preview/approval workflows

Quick Start

Run the /worklog-sync command to start syncing the current week's Kanban tasks into EOB weekly worklogs.

Frequently Asked Questions about worklog-sync

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

FAQPage Schema
How does estimating work hours from Kanban task timestamps work?

Kanban tasks are mapped to EOB projects using project settings, and work hours are estimated from lifecycle timestamps. The estimated hours are then distributed across workdays with daily caps to generate daily worklog entries.

Can I preview EOB worklog entries before submitting them via the API?

Yes, the tool supports preview and approval workflows before submitting prepared entries via the EOB API. You can review the aggregated daily worklog entries grouped by date, project, and work type before final submission.

How do I prevent duplicate EOB worklog entries when syncing Kanban tasks?

The tool implements duplicate checks during the aggregation process to prevent duplicate worklog entries. It verifies existing entries before generating and submitting new daily worklogs mapped from Kanban tasks.

What is the best way to group engineering work by date and project for weekly reporting?

The best way is to aggregate completed and in-progress Kanban cards by date, project, and work type. This groups lifecycle timestamps into daily worklog entries, applying mapping and hourly estimation rules for weekly engineering reporting.