team-issue-publish-gitlab

Publish engineering issue drafts from local markdown files to GitLab Issues.

8|1|Updated May 10, 2026
One-click install
npx skills add https://github.com/coolbeevip/team-ai-skills --skill team-issue-publish-gitlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-issue-publish-gitlab
Source: https://github.com/coolbeevip/team-ai-skills/tree/main/skills/delivery/team-issue-publish-gitlab
Command: npx skills add https://github.com/coolbeevip/team-ai-skills --skill team-issue-publish-gitlab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of publishing engineering issue drafts from local files to GitLab, reducing manual effort and potential errors.

Core Features & Use Cases

  • Automated Issue Publication: Publishes local issue drafts to GitLab, maintaining a structured workflow.
  • Dependency Handling: Manages dependencies and dependencies among issues for accurate publication.
  • Configuration Management: Utilizes configuration files for project-specific settings and language preferences.
  • Use Case: Imagine you have a set of issue drafts in local files and need to publish them to GitLab. This Skill can automate the entire process, ensuring all issues are correctly linked and labeled.

Quick Start

Publish the issue draft 'issue-001.md' to GitLab by running the command: ./scripts/publish_gitlab_issues.py --issue issue-001.md

Frequently Asked Questions about team-issue-publish-gitlab

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

FAQPage Schema
How do I publish local issue drafts to GitLab automatically?

To publish local issue drafts to GitLab automatically, you can run the provided Python script with your markdown file. The skill reads local markdown drafts and uses the GitLab API to create linked issues, reducing manual effort.

Can I manage issue dependencies when publishing to GitLab?

Yes, you can manage issue dependencies when publishing to GitLab. The skill handles dependency resolution among issues to ensure accurate publication and correctly links related issues during the automated creation process.

Does this GitLab issue publication tool support a dry-run mode?

Yes, this GitLab issue publication tool supports a dry-run mode. It offers both dry-run and execution modes, allowing you to verify configuration and dependency resolution before actually creating issues via the GitLab API.

What configuration is required to automate GitLab issue creation from markdown?

Automating GitLab issue creation from markdown requires authentication and configuration management. You need to set up configuration files for project-specific settings and language preferences before executing the publication script.

How are local markdown files converted into GitLab Issues?

Local markdown files are converted into GitLab Issues by interacting with the GitLab API. The skill parses your local drafts, resolves any defined dependencies, and submits them as structured, labeled issues to your project.