数据表

用数据表 + Agent 追踪 GitHub Issues

GitHub MCP 接进来,让 Agent 每天把"分配给我的 / 标 P1 的 issue" 同步进 Kition 数据表。

Kition 团队·2026年3月10日·6 分钟阅读

表结构

  • number, title, repo, labels, state, assignee
  • priority (select)
  • my_notes (rich text)
  • last_synced (date)

同步脚本

Using github MCP:
- list issues assigned:@me state:open
- upsert into Tables/issues (key: number+repo)
- set last_synced=now
- highlight rows where labels include "P1" but priority is empty

下载 Kition

本地优先的 AI 工作空间。Markdown 文档、结构化数据表、AI Agent,全部跑在你自己的电脑上。