Test Failure Triage
Test Failure Triage analyzes user-supplied automated test output and returns evidence-based failure records, classifications, and investigation order.
What this app does
It extracts explicit test failures, classifies supported failure types using supplied evidence, and builds a read-only investigation order.
When to use this app
Use it when you have test logs, error messages, stack traces, or already classified failures and need a structured triage summary.
What input it accepts
The app accepts supplied test output, failure text, structured failure records, or classified failure records. It only uses material included in the current request.
What output it returns
Outputs include extracted failure records, deterministic failure classifications, supporting evidence, ordered triage items, limitations, and structured errors.
Available tools
parse_test_failuresclassify_failure_typebuild_triage_plan
MCP endpoint
POST /mcp
What this app does not do
It does not access GitHub, CI systems, repositories, databases, external APIs, or deployment environments. It does not rerun tests, inspect or modify application code, confirm unproven root causes, assign blame, or submit fixes.
Data handling
The Worker processes the request content to produce a response. It does not add persistent storage, accounts, login, external sharing, or external API calls.
Support
Contact sidcraigau@gmail.com for support.