pf-bug-triage

Analyze bug issue metadata to generate structured triage summaries with fix suggestions.

10|26|Updated Jul 8, 2025
One-click install
npx skills add https://github.com/patternfly/ai-helpers --skill pf-bug-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pf-bug-triage
Source: https://github.com/patternfly/ai-helpers/tree/main/plugins/issue-management/skills/pf-bug-triage
Command: npx skills add https://github.com/patternfly/ai-helpers --skill pf-bug-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performs preliminary triage of opened issues labeled as bugs. Produces a structured triage summary with fix suggestions and maintainer recommendations.

Core Features & Use Cases

  • Parse the issue to extract a concise summary, reproduction steps, and environment details.
  • Assess completeness and identify missing information to guide reporters.
  • Suggest potential fix locations in the codebase and tag the most relevant maintainers when questions arise.

Quick Start

Paste a bug report (title, body, labels) to generate a structured triage summary.

Frequently Asked Questions about pf-bug-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I triage bug issues to find potential fix locations in the codebase?

Bug triage analyzes opened issue metadata like title, body, and labels to identify potential fix locations in the codebase. It outputs a structured triage report containing suggested fixes, root-cause indicators, and recommended maintainer notes for rapid assignment.

What is the best way to assess bug report completeness and identify missing reproduction steps?

Bug triage assesses report completeness by parsing the issue body to extract reproduction steps and environment details. It identifies missing information required to reproduce the bug and guides reporters on what additional details are needed to proceed.

How do I assign bug issues to the most relevant maintainers when questions arise?

Bug triage suggests appropriate maintainers by analyzing the issue metadata and potential fix locations within the codebase. It generates a triage summary that tags the most relevant maintainers when questions arise, directly supporting rapid issue assignment and resolution.

Can I generate a structured triage summary directly from a raw bug report?

Yes, you can paste a raw bug report containing the title, body, and labels to generate a structured triage summary. The Skill parses this input to produce a concise summary, suggested fixes, root-cause indicators, and maintainer recommendations.

What should I do if an opened issue lacks environment info for proper bug triage?

Bug triage checks issue completeness and identifies missing environment information to guide reporters. It evaluates the provided metadata and explicitly flags absent environment details in the triage report so maintainers can request the necessary data.

Does bug triage suggest fixes for issues labeled as bugs, or does it only organize them?

Bug triage performs preliminary analysis on opened issues labeled as bugs to suggest potential fixes. It identifies potential root-cause indicators and fix locations in the codebase, producing a structured summary that goes beyond organization to recommend specific resolution paths.