Data tables

Tracking GitHub issues with tables + the agent

Wire the GitHub MCP, let the agent sync "assigned to me / P1 issues" into a Kition table daily.

Kition Team·Mar 10, 2026·6 min read

Schema

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

A sync prompt

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

Ready when you are.

Kition is a local-first AI workspace. Markdown documents, structured tables, and an AI agent — running on your own machine, against the model provider you choose.