result-bitable-reporter
Installation
SKILL.md
Result Bitable Reporter
Use this skill to run a deterministic sqlite -> Feishu Bitable pipeline around capture_results.
Workflow
- Select rows
stat: print total sqlite row count for one--task-id.filter: preview upload candidates fromcapture_results.- Default status filter is
reported IN (0,-1).
- Report rows
report: batch create to Feishu Bitable and write back sqlite status.--max-rows <n>sets total cap for one report run.- For per-task workflows, always pass
--task-id <TASK_ID>to avoid cross-task uploads. - Success writeback:
reported=1,reported_at=now_ms,report_error=NULL. - Failure writeback:
reported=-1,reported_at=now_ms,report_error=<truncated error>.