triage

Classify EF Core issues as bugs or feature requests and assign area labels.

14.8k|3.4k|Updated Jan 23, 2014
One-click install
npx skills add https://github.com/dotnet/efcore --skill triage-dotnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/dotnet/efcore/tree/main/.agents/skills/triage
Command: npx skills add https://github.com/dotnet/efcore --skill triage-dotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage EF Core issues by classifying them as bugs or feature requests, labeling the appropriate EF area, checking for duplicates, and guiding the creation of a minimal reproducible example when needed.

Core Features & Use Cases

  • Classifies issues as bug or feature and assigns the corresponding GitHub issue type.
  • Applies area labels to EF Core components to improve routing and triage accuracy.
  • Guides the creation of a minimal repro to verify bugs and demonstrate regressions.
  • Searches for potential duplicates and consolidates related context into a final triage report.

Quick Start

Provide the incoming EF Core issue text to the triage skill to initiate classification, labeling, repro guidance, and final reporting.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I triage EF Core issues to classify them as bugs or feature requests?

Triage EF Core issues by providing the incoming issue text to the skill, which deterministically classifies it as a bug or feature request and assigns the corresponding GitHub issue type.

How does area labeling work for EF Core bug reports?

Area labeling for EF Core bug reports applies specific component labels to improve routing accuracy and ensure the triage outcome reaches the correct maintainers quickly.

What is a minimal repro in EF Core issue triage and when do I need one?

A minimal repro in EF Core triage is a reduced reproduction example used to verify bugs and demonstrate regressions. Triage guidance helps you create one when needed to confirm the issue.

Can I check for duplicate EF Core issues during the triage workflow?

Yes, you can check for duplicate EF Core issues during triage. The workflow searches for potential duplicates and consolidates related context into the final diagnostic report.

What is the best way to guide users through regression checks for EF Core bugs?

The best way to guide users through EF Core regression checks is to use a complete triage workflow that provides minimal repro guidance, verifies the bug, and produces a clear diagnostic report.

What are the limitations of automated triage for EF Core enhancement requests?

Automated triage for EF Core enhancement requests relies on deterministic classification and provided issue text, meaning it requires clear input to accurately assign area labels and avoid duplicate misses.