CreateGitlabIssue

Create GitLab issues with titles, descriptions, and acceptance criteria via glab CLI.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Capplequoppe/agent-studio --skill creategitlabissue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CreateGitlabIssue
Source: https://github.com/Capplequoppe/agent-studio/tree/main/.claude/skills/create-gitlab-issue
Command: npx skills add https://github.com/Capplequoppe/agent-studio --skill creategitlabissue

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating new issues in GitLab, ensuring all necessary details are captured and formatted correctly.

Core Features & Use Cases

  • Automated Issue Creation: Generate issues directly from natural language descriptions.
  • Structured Formatting: Ensures issues include titles, descriptions, acceptance criteria, and technical notes.
  • Epic Association: Allows linking new issues to existing epics.
  • Use Case: As a developer, you identify a bug. You can tell the AI to "Create a GitLab issue for a bug where the login button is unresponsive, with acceptance criteria that the button should work and logs should not show errors."

Quick Start

Use the CreateGitlabIssue skill to create a new issue with the title "Fix login bug" and a description detailing the problem.

Frequently Asked Questions about CreateGitlabIssue

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

FAQPage Schema
How do I create GitLab issues from natural language descriptions?

To create GitLab issues from natural language, this Skill automates issue submission by parsing your text into structured titles, descriptions, and acceptance criteria, then sending it via the glab CLI tool to the GitLab API.

Does this issue tracking automation require any specific CLI tools?

Yes, this issue tracking automation requires the glab CLI tool to authenticate and submit issue data directly to the GitLab API, ensuring secure and reliable project management integration.

Can I link new GitLab issues to existing epics automatically?

Yes, you can link new GitLab issues to existing epics automatically by providing the epic association details in your structured input, allowing the Skill to map the relationship during issue creation.

How do I add acceptance criteria to a GitLab bug report?

You can add acceptance criteria to a GitLab bug report by providing the requirements in your natural language prompt; the Skill formats this data into a predefined Markdown template for consistency.

What is the best way to format technical notes in GitLab task creation?

The best way to format technical notes in GitLab task creation is to let the Skill apply its predefined Markdown template, which structures titles, descriptions, and technical notes uniformly across all generated issues.