skip_stage
Skip the current pipeline stage and advance to the next one when the stage is unnecessary, auto-approving gates the skipped stage would have satisfied.
Instructions
Skip the current pipeline stage and advance to the next one.
Use when a stage is not needed for this task (e.g. skipping security review for a docs-only change, or skipping prd for a small bug fix). Only the current stage can be skipped. Gates that the skipped stage would have satisfied are auto-approved.
Returns the result including new current_stage and progress_line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| stage_to_skip | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||