What problem does it solve?
Reduce noisy, oversized, and duplicate GitHub issues by automating creation with size validation, template support, and duplicate detection so teams get actionable, consistent issues that are easier to plan and complete.
Core Features & Use Cases
- Size-aware issue creation: Parse task lists, estimate complexity, and recommend PASS/WARN/BLOCK decisions with split suggestions when issues are too large.
- Duplicate detection: Compare new issue titles and bodies against recent open issues and warn or block creation based on similarity thresholds.
- Template and batch workflows: Load predefined templates, substitute variables, and support batch issue creation with frontmatter parsing and preview (dry-run) mode.
- CLI integration: Designed to run alongside the gh CLI for label management and issue creation, suitable for maintainers, PMs, and contributors enforcing repository standards.
Quick Start
Create a new issue titled "Add dark mode support" using the feature template, run size validation, and block creation if it exceeds repository thresholds.