What problem does it solve?
PatternFly teams often struggle to consistently create well-structured GitHub issues across multiple repositories, leading to inconsistent templates, missed follow-ups, and duplicated effort.
Core Features & Use Cases
- Template support: Detects and uses issue templates from .github/ISSUE_TEMPLATE/ or remote if available, to standardize fields and save time.
- Followup tracking: Analyzes commits to suggest work for related repos and cross-repo coordination.
- Target repo analysis: Reads the target repository to propose file paths and changes with context-aware guidance.
- Smart duplicate detection: Searches for similar issues to avoid duplicates and surface existing solutions.
- Flexible output: Create issues via GitHub CLI or save as a markdown document for offline workflows.
- Multi-repo aware: Works across the PatternFly organization to coordinate changes in multiple repos.
For example, given a PatternFly project, it can prefill issue details from context and suggest follow-up tasks across patternfly/patternfly, patternfly/patternfly-react, and patternfly-design tokens.
Quick Start
Invoke /pf-create-issue to begin an interactive issue creation workflow for your target PatternFly repository.