What problem does it solve?
This Skill turns a messy set of GitHub issues into a single, coherent merge-ready Pull Request, reducing merge conflicts, review fatigue, and duplicate work that often happens in the one-issue-one-PR workflow.
Core Features & Use Cases
- Phase-based workflow with user confirmation: performs analysis/verification, ROI scoring, PR conflict checks, and then implementation—pausing for approval between phases.
- ROI-driven prioritization: scores issues by impact, urgency, and effort to recommend which issues to include in the batch.
- Batch coherence and conflict avoidance: groups selection to maximize thematic consistency and excludes issues already covered by existing PRs or overlapping diffs to prevent conflicts.
- GitHub issue → PR delivery: can fetch up to 100 open issues, produce ranked outputs, generate an implementation plan, implement changes with conventional commits, and deliver one PR that closes multiple issues.
Quick Start
Ask the AI: "Analyze HotPlex open issues and deliver the highest-priority fixes as a single PR."