perf-autofiler-triage

Parse dotnet/performance auto-filed issues and generate structured triage summaries.

4|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/lewing/agent-plugins --skill perf-autofiler-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf-autofiler-triage
Source: https://github.com/lewing/agent-plugins/tree/main/plugins/dotnet-performance/skills/perf-autofiler-triage
Command: npx skills add https://github.com/lewing/agent-plugins --skill perf-autofiler-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parse and triage performance regression issues auto-filed by the dotnet/performance pipeline to enable rapid categorization by severity and quick identification of infrastructure artifacts versus real regressions.

Core Features & Use Cases

  • Parses perf-autofiling issues and related comments to extract Benchmark names, regression ratios, baseline/compare commits, and configuration details.
  • Classes regressions into infrastructure vs real issues, identifies data gaps, and tracks correlations with dotnet/performance repo changes.
  • Provides structured guidance for remediation, escalation, and triage workflows.

Quick Start

Provide a structured triage workflow by feeding the latest perf-autofiling issue into the analysis flow and generating a triage summary.

Frequently Asked Questions about perf-autofiler-triage

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

FAQPage Schema
How do I triage dotnet performance regression issues automatically?

To triage dotnet performance regression issues, this Skill parses auto-filed issues to extract benchmark names, regression ratios, and baseline/compare commits, categorizing them into infrastructure artifacts or real regressions. It generates a structured triage summary with data-gap checks for rapid remediation.

How does automated performance regression analysis distinguish infrastructure artifacts from real issues?

Automated performance regression analysis distinguishes infrastructure artifacts by parsing issue bodies and comments to extract configuration details and run metadata. It correlates these data points with dotnet/performance repo changes to identify whether the regression ratio indicates a real performance drop or an infrastructure anomaly.

What's the best way to extract benchmark names and regression ratios from perf-autofiling issues?

The best way to extract benchmark names and regression ratios from perf-autofiling issues is to feed the issue body and comments into this analysis workflow. It automatically parses and structures the baseline commit, compare commit, and configuration fields into a comprehensive triage summary.

Can I use this triage workflow for issues missing baseline or compare commit data?

Yes, you can use this triage workflow for issues missing baseline or compare commit data because it includes built-in data-gap checks. The analysis identifies missing fields like baseline run or compare run metadata and flags them in the structured triage summary before categorization.

Why does my dotnet performance automation workflow need a structured triage summary?

Your dotnet performance automation workflow needs a structured triage summary to enable rapid categorization by severity. It systematically extracts benchmark names and regression ratios, tracking correlations with repo changes to provide clear guidance for remediation and escalation workflows.

Does this performance analysis triage require any specific dependencies or environment setup?

No specific dependencies or environment setup are required to use this performance analysis triage Skill. It operates directly on the text of auto-filed issues and comments from the dotnet/performance pipeline to extract fields and generate the structured triage output.