glab quick-actions Use GitLab quick actions (slash commands) via the CLI to batch multiple state changes in a single API call. Quick start Key concept: batching via CLI While has native commands for many individual operations ( , , etc.), posting quick actions via or lets you batch multiple state changes atomically in a single API call . When batching is the right choice: - Applying 3+ changes to a single issue/MR - Scripting triage workflows across multiple items - Triggering actions not exposed by flags (e.g., , , ) Syntax rules | Rule | Detail | |------|--------| | Prefix | Every quick act…