vcs-issue-creator

Create GitHub and GitLab issues with standardized templates and labels.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/diegocanepa/agent-skills --skill vcs-issue-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vcs-issue-creator
Source: https://github.com/diegocanepa/agent-skills/tree/main/skills/vcs-issue-creator
Command: npx skills add https://github.com/diegocanepa/agent-skills --skill vcs-issue-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating issues on version control platforms like GitHub and GitLab, ensuring consistency and reducing duplicate efforts.

Core Features & Use Cases

  • VCS Agnostic: Works with both GitHub and GitLab.
  • Duplication Check: Prevents the creation of duplicate issues.
  • Standardized Templates: Utilizes predefined templates for bugs, features, and tasks.
  • Labeling: Applies relevant labels for better organization.
  • MITM Confirmation: Always seeks user approval before issue creation.
  • Use Case: When a bug is discovered during testing, this Skill can automatically draft and propose a bug report issue on GitHub, complete with steps to reproduce and relevant labels, after a quick user review.

Quick Start

Use the vcs-issue-creator skill to create a new bug report for the current repository.

Frequently Asked Questions about vcs-issue-creator

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

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

Automating issue creation on GitHub and GitLab involves utilizing predefined templates for bug reports and feature requests, applying relevant labels, and confirming with the user before submitting to ensure consistency and prevent duplicates.

Can I use predefined templates for bug reports and feature requests?

Yes, you can use predefined templates for bug reports and feature requests. Standardized templates ensure consistent formatting across issues, automatically including necessary details like steps to reproduce and relevant organizational labels.

Does this issue tracking workflow check for duplicate bugs before creating a new one?

Yes, this issue tracking workflow checks for duplicate bugs before creating a new one. The duplication check mechanism prevents redundant issue submissions, streamlining version control platform management and reducing duplicate efforts.

What is needed to integrate VCS issue tracking into development workflows?

Integrating VCS issue tracking requires platform-specific tool integrations for GitHub or GitLab and adherence to defined issue formatting guidelines. It facilitates bug reporting, feature requests, and task management within your development workflows.

What are the limitations of automating VCS issue creation?

Limitations of automating VCS issue creation include the absolute requirement for platform-specific tool integrations and strict adherence to predefined formatting guidelines. Additionally, it always requires manual user approval before any issue is actually posted.