Synthetic-turn shortcut: ask the agent to verify CI on the task’s PRs.
The frontend’s “Check CI” button (per-repo row in the activity strip)
hits this so the agent gets a structured nudge to inspect each open
PR’s checks via gh pr checks and report results. It’s a thin
wrapper around send_task_message — we build the prompt server-side
so the wording stays consistent and the frontend doesn’t have to
hard-code it. The SSE stream that comes back is the agent’s normal
response stream, consumed by the same useTaskStream subscriber as
a user-typed message.
Documentation Index
Fetch the complete documentation index at: https://docs.codecobra.ai/llms.txt
Use this file to discover all available pages before exploring further.