vibe-issue

Create GitHub issues with template completion, duplicate checks, and labels.

6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/jacobcy/vibe-coding-control-center --skill vibe-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-issue
Source: https://github.com/jacobcy/vibe-coding-control-center/tree/main/skills/vibe-issue
Command: npx skills add https://github.com/jacobcy/vibe-coding-control-center --skill vibe-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users to create well-formed, governed GitHub issues for the repository by automating template completion, semantic duplicate checks, label suggestions, and safe creation so intake work is higher quality and easier to triage.

Core Features & Use Cases

  • Template-aware intake: Scans repository ISSUE_TEMPLATE files and prompts to complete missing fields to meet governance expectations.
  • Semantic deduplication: Searches existing issues via gh to detect high-similarity duplicates and recommends commenting or merging instead of creating redundant issues.
  • Context-aware checks: Reads local task/flow status with vibe3 commands to attach relevant execution context and avoid accidental duplication with active tasks.
  • Safe creation & handoff: Suggests labels, performs gh issue create, records author attribution, and hands off to roadmap or task skills for planning or execution.

Quick Start

Use /vibe-issue to draft, deduplicate, complete the template, and create a GitHub issue for this repository.

Frequently Asked Questions about vibe-issue

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

FAQPage Schema
How do I create a GitHub issue that automatically fills out the repository template?

To create a GitHub issue with a complete template, this Skill scans your repository's ISSUE_TEMPLATE files and prompts you to fill in any missing fields, ensuring your issue meets governance expectations before submission.

How do I check for duplicate GitHub issues before submitting a new one?

You can check for duplicate GitHub issues by running a semantic search of existing issues using gh issue list; this Skill detects high-similarity duplicates and recommends commenting or merging instead of creating redundant issues.

Can I suggest labels and attach local task context when creating issues with gh?

Yes, you can suggest labels and attach context when creating issues with gh; this Skill reads local task status via vibe3 commands and applies relevant labels during the gh issue create handoff.

What is the best way to govern issue intake and ensure high-quality submissions on GitHub?

The best way to govern issue intake is to automate template completion, semantic deduplication, and label suggestion; this Skill guides the entire flow from title drafting to safe creation to ensure high-quality, triage-ready submissions.

What happens if gh authorization fails during GitHub issue creation?

If gh authorization fails during GitHub issue creation, this Skill handles the authorization failure gracefully, ensuring the intake process does not break and allowing you to retry the submission safely.