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
8
GitHub Stars
2
First Seen
Feb 16, 2026
test-reporting-triage-skill — monkey1sai/openai-cli