Check in a pipeline step
checkin_pipeline_stepReport pipeline step status (running, passed, failed, skipped) with optional notes, PR URL, or agent reference, updating the live React Flow canvas for real-time progress visibility.
Instructions
Report the completion status of a pipeline step (passed, failed, running, or skipped). Optionally include notes, a PR URL, or the Cursor agentId. Updates the live React Flow canvas in the Mushi console so PMs see real-time progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Pipeline run UUID | |
| step_index | Yes | Step index (0-based) | |
| status | Yes | Step status | |
| notes | No | Optional notes or output summary | |
| pr_url | No | PR URL opened during this step | |
| agent_ref | No | Cursor agentId or external agent reference |