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.