test-triage

Identify failing tests in CI and guide targeted fixes.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/darylmcd/Roslyn-Backed-MCP --skill test-triage-darylmcd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-triage
Source: https://github.com/darylmcd/Roslyn-Backed-MCP/tree/main/skills/test-triage
Command: npx skills add https://github.com/darylmcd/Roslyn-Backed-MCP --skill test-triage-darylmcd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test triage helps identify failing or relevant tests in CI and guides fixes, reducing debugging time.

Core Features & Use Cases

  • Discover failing tests via discovery and run workflows and summarize counts.
  • Jump to failing symbols and definitions after failures to inspect code.
  • Provide structured next steps for local edits and re-runs to minimize wasted cycles.

Quick Start

Run test triage on a failing workspace to identify failing tests and outline next steps.

Frequently Asked Questions about test-triage

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

FAQPage Schema
How do I triage failing tests in CI to guide fixes?

Test triage identifies failing tests in CI using discovery and run workflows, summarizes failure counts, and provides structured next steps to guide fixes. It jumps to failing symbols and definitions to inspect code directly.

What is the best way to debug failing CI tests fast?

Debugging failing CI tests fast involves discovering failing tests, summarizing counts, and navigating to failing symbols and definitions. This triage process outlines local edits and re-runs to minimize wasted cycles.

Do I need symbol navigation utilities to discover failing tests?

Symbol navigation utilities are required to jump to failing symbols and definitions after failures. Test discovery and failure data are also needed to triage tests effectively for targeted fixes.

Can I filter test triage results by project name?

Test triage accepts optional project name or filter inputs to narrow results. This filters failing tests in CI, guiding targeted fixes and structured next steps for local edits.

What are the limitations of test triage for CI failures?

Test triage requires access to test discovery, failure data, and symbol navigation utilities. Without these dependencies, it cannot identify failing tests or guide fixes in CI workflows.