A lightweight alternative to OpenAI's Symphony, designed for daily workflows.
An AI agent orchestrator skill that actively monitors, syncs, and executes tasks from both GitHub Issues and Feishu (Lark) Docs.
Instead of waiting passively, this skill turns your AI coding agent into a proactive project manager that drives work from requirement to Pull Request.
- Dual-Source Sync: Pulls
todoanddoingtasks from GitHub Issues and unchecked Todo blocks from Feishu Docs. - Smart Context Recovery: Automatically detects if a task is already in progress and checks out the corresponding local/remote branch to continue work.
- End-to-End Execution: Understands the requirement -> Plans the work -> Writes code -> Commits & Pushes -> Creates PR -> Updates original task status (checks Feishu block, closes GH Issue).
- Interactive Triage: Presents a unified task list and asks what you want to focus on today.
Install this skill globally in your environment:
npx skills add gh503/lark-github-syncIn your AI agent terminal or chat (e.g., Opencode), simply trigger:
/lark-github-sync
Or just say:
"帮我同步一下今天的任务" (Sync my tasks for today)
- Runs
gh issue listto find GitHub tasks. - Uses the
lark-docskill (requires local Lark CLI setup) to read Feishu docs. - Consolidates everything into a clean Todo list.
- Auto-creates branches (
feature/issue-<id>). - Implements the feature and uses
gh pr createto submit work.