glab-quick-actions

Batch update GitLab issues and merge requests using glab CLI quick actions.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/a-ng-d/claude-ui-color-palette --skill glab-quick-actions-a-ng-d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glab-quick-actions
Source: https://github.com/a-ng-d/claude-ui-color-palette/tree/main/skills/gitlab-cli-skills/glab-quick-actions
Command: npx skills add https://github.com/a-ng-d/claude-ui-color-palette --skill glab-quick-actions-a-ng-d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick actions enable fast, batched updates to GitLab items by letting users apply multiple commands from a single comment, streamlining triage and workflow updates.

Core Features & Use Cases

  • Batch changes to issues and merge requests by posting quick actions in comments, descriptions, or bodies.
  • Support common operations like /assign, /label, /milestone, /estimate, /spend, /close, /reopen, /relate, /merge, and more, all executed atomically in one API call.
  • Use cases include triaging hundreds of issues, updating multiple MRs in one pass, and scripting end-to-end batch workflows for release readiness.

Quick Start

Post a single comment on the target issue or merge request containing multiple quick actions to batch-update assignees, labels, and milestones.

Frequently Asked Questions about glab-quick-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch update GitLab issues and merge requests?

Batch update GitLab issues and merge requests by posting multiple slash-based quick actions in a single comment, enabling atomic multi-command changes through the glab CLI.

Can I apply multiple GitLab quick actions in one comment?

Yes, you can apply multiple GitLab quick actions in one comment to atomically execute commands like /milestone, /estimate, and /close in a single API call for streamlined triage.

What GitLab quick actions are supported by the glab CLI?

Supported GitLab quick actions include /assign, /label, /milestone, /estimate, /spend, /close, /reopen, /relate, and /merge, suitable for rapid triage and coordinated updates across multiple items.

Does the glab CLI support scripting end-to-end batch workflows for release readiness?

Yes, the glab CLI supports scripting end-to-end batch workflows for release readiness by executing coordinated updates across multiple merge requests and issues using quick actions in descriptions and bodies.

Are there permissions or safe usage constraints when batch updating GitLab items?

Batch updating GitLab items with quick actions enforces permissions and safe usage constraints, ensuring only authorized users execute atomic multi-command changes like /merge or /close across issues and merge requests.