Start a skill pipeline
start_skill_pipelineStart a new skill pipeline run for a bug report by providing a root skill slug. Returns a context packet with full instructions and report context for stepwise execution, with live progress tracking via checkin_pipeline_step.
Instructions
Start a new skill pipeline run for a report. Pass root_skill_slug and optionally report_id. Returns run_id, context_packet (full instructions + report context), and step list. Read the context_packet — it contains skill instructions plus full report context (repro steps, root cause, RAG files). After executing each step, call checkin_pipeline_step. The PM watching the console sees progress live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_skill_slug | Yes | Root skill slug to run, e.g. "workflow-fix-and-ship" | |
| report_id | No | Report UUID to attach the pipeline to | |
| mode | No | handoff (default): get context packet for local agent. cloud: auto-dispatch via Cursor Cloud. | |
| project_id | No | Project UUID. Falls back to the configured project. |