feat(ai-eval): add E2E failure evaluation skill and Slack formatter - #625
Draft
amisskii wants to merge 1 commit into
Draft
feat(ai-eval): add E2E failure evaluation skill and Slack formatter#625amisskii wants to merge 1 commit into
amisskii wants to merge 1 commit into
Conversation
Adds Claude Code skill for automated classification of Playwright E2E test failures in CI pipelines, with a companion Slack Block Kit formatter. The skill analyzes json-results.json, error-context.md, and trace files to classify failures as regression/test_bug/flaky/infra with evidence- grounded root causes. Designed for --print mode in Tekton pipelines. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ai-eval/skills/evaluate-e2e-results/SKILL.md) for automated classification of Playwright E2E test failuresscripts/slack_formatter.py) as optional post-processing stepEvaluation skill
json-results.json,error-context.md, and Playwright trace archivesregression | test_bug | flaky | infra | unknownwith confidence levelsjson-results.jsongracefully (falls back to JUnit XML)--printmode with read-only tools in CI pipelinesSlack formatter
Test plan
claude --print --append-system-prompt-fileRelated: containers/podman-desktop-internal#1030
🤖 Generated with Claude Code