gitlab-kiro

Automate GitLab Merge Request workflows using the glab CLI.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/witooh/skills --skill gitlab-kiro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitlab-kiro
Source: https://github.com/witooh/skills/tree/main/skills/gitlab-kiro
Command: npx skills add https://github.com/witooh/skills --skill gitlab-kiro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines your GitLab workflow by automating common Merge Request (MR) operations, from quick summaries to in-depth reviews and automated fixes, directly from your command line.

Core Features & Use Cases

  • Automated MR Workflows: Supports five distinct MR workflows: Read (summarize), Review (full code/security/QA analysis), Fix (implement review feedback), CI Fix (resolve pipeline failures), and Feedback (address comments).
  • Intelligent Intent Detection: Automatically determines the user's intent based on natural language cues or by parsing GitLab MR URLs.
  • Use Case: When you receive a link to a GitLab MR, you can simply ask the AI to "review MR" and it will perform a comprehensive analysis, post findings as a comment, and even help you fix issues by orchestrating other specialized agents.

Quick Start

Use the gitlab-kiro skill to review the merge request at https://gitlab.com/group/project/-/merge_requests/123.

Frequently Asked Questions about gitlab-kiro

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

FAQPage Schema
How do I automate GitLab merge request reviews from the command line?

You can automate GitLab merge request reviews by using the glab CLI to detect intent from natural language or MR URLs, then conducting parallel code, security, and QA analysis to post findings as comments directly in the merge request.

Can I fix GitLab CI/CD pipeline failures automatically?

Yes, you can fix GitLab CI/CD pipeline failures automatically using the CI Fix workflow, which detects pipeline failures from the merge request and orchestrates specialized sub-agents to resolve the issues via bash execution.

How do I summarize a GitLab merge request using a URL?

To summarize a GitLab merge request, provide the MR URL to trigger the Read workflow, which automatically detects the intent and generates a comprehensive summary of the merge request changes and details.

Does this workflow support addressing review comments on GitLab merge requests?

Yes, the Feedback workflow specifically addresses review comments on GitLab merge requests by detecting user intent and implementing the requested feedback changes automatically using glab CLI commands.

What do I need to run glab CLI commands for merge request automation?

You need the glab CLI installed and configured for your GitLab environment to execute bash commands, enabling workflows for reading, reviewing, fixing, and providing feedback on merge requests.

Can I implement code review feedback on GitLab merge requests automatically?

Yes, the Fix workflow allows you to implement code review feedback automatically by detecting review comments on your GitLab merge request and orchestrating specialized sub-agents to apply the requested changes.