test-reporting-triage-skill

Categorize test failures and suggest owners from error messages.

1|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/zinohome/CozyChat --skill test-reporting-triage-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-reporting-triage-skill
Source: https://github.com/zinohome/CozyChat/tree/main/.claude/skills/test-reporting-triage-skill
Command: npx skills add https://github.com/zinohome/CozyChat --skill test-reporting-triage-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of identifying, categorizing, and assigning responsibility for test failures, reducing manual triage time and accelerating debugging.

Core Features & Use Cases

  • Automated Failure Categorization: Classifies test failures into predefined categories like 'timeout', 'assertion', 'network', etc.
  • Owner Suggestion: Suggests the most likely responsible team based on the failure context.
  • Actionable Fix Checklists: Provides relevant troubleshooting steps for common failure types.
  • Use Case: When a CI build fails due to multiple test errors, this Skill can automatically categorize each failure, assign potential owners (e.g., 'Frontend Team' for UI assertion errors, 'Backend Team' for database errors), and provide a checklist for the assigned owner to start debugging.

Quick Start

Use the test reporting triage skill to analyze the latest test failures.

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?

Automated test failure triage analyzes error messages and stack traces from CI builds to categorize failures, suggest responsible owners, and provide actionable fix checklists, reducing manual debugging time.

How does automated failure categorization work for debugging?

Automated failure categorization parses stack traces and error messages to classify test failures into predefined categories like timeout, assertion, and network errors, assigning each to the correct team for debugging.

Can I use test triage to assign owners for CI build failures?

Yes, test triage suggests the most likely responsible team for CI build failures by analyzing the failure context, such as routing UI assertion errors to the Frontend Team and database errors to the Backend Team.

Does test failure triage work without external dependencies?

Yes, test failure triage operates without external dependencies, utilizing TypeScript for failure analysis and reporting logic to process error messages and stack traces directly.

What is the best way to categorize multiple test errors from a failed build?

The best way to categorize multiple test errors is using automated triage, which classifies each failure into categories like network or assertion errors and provides troubleshooting checklists for the assigned owners.