create-issue

Create platform-aware issues on GitLab or GitHub using detected CLI tools.

Updated Nov 12, 2025
One-click install
npx skills add https://github.com/f-esquivel/dotfiles --skill create-issue-f-esquivel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/f-esquivel/dotfiles/tree/main/claude/skills/create-issue
Command: npx skills add https://github.com/f-esquivel/dotfiles --skill create-issue-f-esquivel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating issues across GitLab and GitHub can be tedious and error-prone when platform-specific conventions and languages differ. This Skill automates the process by generating a ready-to-submit issue with appropriate defaults based on the detected platform.

Core Features & Use Cases

  • Platform-aware drafting: Generates an issue draft tailored to GitLab (Spanish) or GitHub (English) based on the detected platform.
  • Guided workflow: Classifies requirements, drafts structured issue descriptions, and presents a preview before creation.
  • Actionable creation: Creates the issue using glab for GitLab or gh for GitHub, with a ready-to-use summary and acceptance criteria.
  • Post-creation convenience: Provides the issue URL and an optional branch-naming suggestion for follow-up work.

Quick Start

Provide the issue title or description; the skill will generate a platform-aware draft and submit the issue.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I automate issue creation for GitHub and GitLab repositories?

Automating issue creation for GitHub and GitLab repositories requires detecting the git platform from the repository origin URL and using the corresponding CLI tool. This skill uses platform-aware defaults to generate structured drafts and submits them via gh or glab.

Can I create GitLab issues in Spanish using the glab CLI?

Yes, you can create GitLab issues in Spanish using the glab CLI. When the detected git platform is GitLab, this skill generates a tailored issue draft in Spanish with appropriate defaults before submitting it.

What is the best way to draft structured issue descriptions with acceptance criteria?

Drafting structured issue descriptions with acceptance criteria involves classifying requirements and generating a formatted preview. This skill provides a guided workflow that drafts a ready-to-submit issue and presents it for review before creation.

Does the issue creation workflow provide a branch naming suggestion after submitting?

Yes, the issue creation workflow provides a branch naming suggestion after submitting. Once the issue is created using the platform-appropriate CLI, the skill outputs the issue URL and an optional branch name for follow-up work.

Do I need to install gh and glab to create issues across different git platforms?

You need the corresponding CLI tool installed to create issues across different git platforms. The skill identifies the platform from the origin URL and executes the final creation using glab for GitLab or gh for GitHub.