test-reporting-triage-skill

Installation
SKILL.md

Test Reporting & Triage Skill

Automatically triage test failures and suggest next actions.

Failure Categorization

// types/test-failure.ts
export type FailureCategory =
  | "timeout"
  | "assertion"
  | "network"
  | "database"
  | "authentication"
  | "permission"
  | "configuration"
  | "flaky"
  | "infrastructure"
  | "unknown";
Installs
1
GitHub Stars
6
First Seen
8 days ago
test-reporting-triage-skill — patricio0312rev/skillset