test-reporting-triage-skill

Categorize test failures and generate reports for CI/CD pipelines.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Camilo8902/GabyCosmetics --skill test-reporting-triage-skill-camilo8902
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-reporting-triage-skill
Source: https://github.com/Camilo8902/GabyCosmetics/tree/main/.claude/skills/test-reporting-triage-skill
Command: npx skills add https://github.com/Camilo8902/GabyCosmetics --skill test-reporting-triage-skill-camilo8902

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of categorizing test failures, identifying potential owners, and providing actionable checklists to resolve issues quickly, reducing debugging time and improving test stability.

Core Features & Use Cases

  • Automated Failure Categorization: Classifies test failures into predefined categories like 'timeout', 'network', 'assertion', etc.
  • Owner Suggestion: Suggests the most likely team or individual responsible for a failure based on code paths.
  • Actionable Fix Checklists: Provides relevant troubleshooting steps for common failure types.
  • Use Case: When a CI build fails due to a test error, this Skill automatically analyzes the failure, suggests the responsible team (e.g., 'Frontend Team'), and lists common fixes for assertion errors, enabling faster resolution.

Quick Start

Use the test reporting triage skill to analyze the recent test failures and generate a summary report.

Frequently Asked Questions about test-reporting-triage-skill

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

FAQPage Schema
How do I automate test failure analysis in CI/CD pipelines?

Automating test failure analysis requires categorizing test failures into types like 'timeout' or 'network', suggesting responsible owners based on code paths, and generating actionable reports with fix checklists to reduce debugging time.

What is the best way to triage test failures and identify responsible owners?

The best way to triage test failures is to analyze code paths to automatically determine responsible teams or individuals, categorize the failure type, and provide a targeted troubleshooting checklist for quick resolution.

How do I generate actionable test reports for failed CI builds?

Generating actionable test reports involves analyzing failed CI builds, classifying the test errors into predefined categories, and outputting a summary with suggested owners and common fix checklists for the team.

Can I get automated fix checklists for different types of test failures?

Yes, automated fix checklists can be generated by classifying specific test failures, such as assertion or timeout errors, and providing relevant troubleshooting steps tailored to that failure category.

Do I need TypeScript to categorize test failures and generate triage reports?

Yes, TypeScript code is required to implement the logic for failure categorization, owner determination, and report generation within your CI/CD pipeline triage automation workflow.

Why does my test reporting triage process take so much debugging time?

Test reporting triage takes excessive debugging time when failure categorization and owner identification are manual, which can be resolved by automating analysis to provide actionable fix checklists directly.