triage

Categorize consolidated code review findings by severity and generate a prioritized action plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The triage Skill unit solves the problem of sifting through multiple review findings, categorizing them by severity, and generating a prioritized list for action, making it easier to focus development efforts on critical issues first.

Core Features & Use Cases

  • Categorize Review Findings: Groups code review findings into Must-Fix, Should-Fix, and Track Later based on severity and context.
  • Prioritize by Severity: Ensures Critical and High priority issues are addressed first.
  • Efficient Action Plan: Provides a clear action plan for developers to streamline the process of addressing review comments.

Quick Start

Triage your review findings using /dotnet:triage /path/to/consolidated.md.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I prioritize code review findings by severity?

To prioritize code review findings by severity, you can process consolidated review reports to automatically categorize issues into Must-Fix, Should-Fix, and Track Later groups, generating a prioritized action plan.

What is the best way to categorize code review comments for an action plan?

The best way to categorize code review comments for an action plan is to group them by severity and file module, ensuring critical and high priority issues are addressed first for streamlined development.

How do I consolidate multiple code reviews into a single action plan?

You can consolidate multiple code reviews into a single action plan by processing a consolidated markdown file of findings, which outputs a prioritized list targeting critical issues first.

Can I triage code review feedback for specific files and modules?

Yes, you can triage code review feedback for specific files and modules by processing consolidated review findings that categorize issues based on both severity context and the affected file or module location.

Do I need a consolidated markdown file to triage code review findings?

Yes, you need a consolidated markdown file containing your review findings to initiate the triage process, which reads this input to categorize severity and output a structured prioritized action plan.

Why should I use an automated triage process for code review post-processing?

You should use an automated triage process for code review post-processing to efficiently sift through multiple review findings, categorize them by severity, and focus development efforts on critical issues first.