dotnet:triage

Convert .NET code review findings into a prioritized task list grouped by severity.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/dimsour/dotnet-ai-toolkit --skill dotnet-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet:triage
Source: https://github.com/dimsour/dotnet-ai-toolkit/tree/main/plugins/dotnet/skills/triage
Command: npx skills add https://github.com/dimsour/dotnet-ai-toolkit --skill dotnet-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of converting review findings into a structured, prioritized work plan, making it easier to address issues efficiently.

Core Features & Use Cases

  • Convert Review Findings: Transforms review outcomes into a prioritized list of tasks.
  • Group by Severity: Organizes tasks by severity levels (Critical, High, Medium, Low).
  • File and Module Grouping: Ensures related fixes are grouped together.
  • Triage Plan Generation: Outputs a triage plan that can be executed for immediate action.
  • Use Case: After conducting a code review with /dotnet:review, use this Skill to create a clear, actionable plan for resolving the identified issues.

Quick Start

Run the triage command on the consolidated review findings: /dotnet:triage consolidated.md.

Frequently Asked Questions about dotnet:triage

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

FAQPage Schema
How do I prioritize code review findings into actionable tasks?

To prioritize code review findings into actionable tasks, you can parse consolidated review data and categorize findings by severity levels like Critical, High, Medium, and Low. This generates a structured triage plan for immediate action.

How do I organize code maintenance tasks by severity and module in .NET?

Organize code maintenance tasks by grouping related fixes into files and modules, then categorizing them by severity. This ensures structured triage plans that make it easier to address .NET application issues efficiently.

What is a code review triage plan and when do I need one?

A code review triage plan is a structured, prioritized work list generated from review outcomes. You need one when converting review findings into an actionable sequence for software maintenance and code quality assurance.

Can I use automated task prioritization for .NET code review outcomes?

Yes, automated task prioritization operates on consolidated review data to categorize findings and generate a structured triage plan. It is specifically intended for use in .NET development environments and maintenance workflows.

How do I convert a consolidated code review file into a work plan?

Convert a consolidated code review file into a work plan by running a triage command on the consolidated markdown file. This transforms review outcomes into a prioritized list of tasks grouped by severity and module.

What are the limitations of grouping review findings by severity?

Grouping review findings by severity requires consolidated review data as input. It focuses specifically on categorizing findings and generating a triage plan, meaning it does not conduct the initial code review itself.