Skip to content

Add bug-triage skill for preliminary issue triage#27

Merged
jpuzz0 merged 1 commit intopatternfly:mainfrom
tlabaj:triage-skill
Mar 23, 2026
Merged

Add bug-triage skill for preliminary issue triage#27
jpuzz0 merged 1 commit intopatternfly:mainfrom
tlabaj:triage-skill

Conversation

@tlabaj
Copy link
Contributor

@tlabaj tlabaj commented Mar 19, 2026

Add bug-triage skill to pf-react plugin

Summary
Adds a new bug-triage skill to the pf-react plugin that performs preliminary triage of opened bug issues. It helps maintainers and contributors by suggesting what to change, giving context for assignees, and recommending which maintainer to tag when the issue asks a question.

What it does
Parse & assess — Extracts summary, reproduction steps, expected vs actual behavior, and environment info; flags missing information
Suggest fixes — Searches the codebase and suggests likely locations, root cause, and concrete changes (code, tests, docs)
Context for assignees — Points to relevant files, patterns, and docs
Maintainer tagging — Recommends the right maintainer to tag when the issue asks a question (e.g., "Is this expected?"), using CODEOWNERS or CONTRIBUTING when available
Why
Bug triage is time-consuming. This skill gives triagers and assignees a structured starting point so they can focus on implementation instead of discovery.

How to use
Invoke with /pf-react:bug-triage and provide the issue (title, body, labels, and optionally file paths or component names). The skill outputs a triage summary in a consistent format.

Copy link
Collaborator

@jpuzz0 jpuzz0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good! Just have a conflict with a readme to address, then we can merge.

@jpuzz0 jpuzz0 merged commit 02128c2 into patternfly:main Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants