feat: add /debug-test slash command for analyzing test failures#855
Merged
emmaaroche merged 1 commit intoKuadrant:mainfrom Feb 13, 2026
Merged
feat: add /debug-test slash command for analyzing test failures#855emmaaroche merged 1 commit intoKuadrant:mainfrom
emmaaroche merged 1 commit intoKuadrant:mainfrom
Conversation
e1d5ba5 to
6b02c3d
Compare
azgabur
reviewed
Feb 4, 2026
6b02c3d to
45096d4
Compare
silvi-t
reviewed
Feb 5, 2026
Signed-off-by: emmaaroche <eroche@redhat.com>
45096d4 to
deacd55
Compare
silvi-t
approved these changes
Feb 10, 2026
Contributor
silvi-t
left a comment
There was a problem hiding this comment.
I'm not sure to what extent Claude will be able to correctly determine the root cause if it's not a simple error in the fixture or test design. In any case, he can at least provide some additional context and guidance. So I am okay with approving this PR.
trepel
approved these changes
Feb 13, 2026
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.
Description
This PR introduces a new
/debug-testClaude Code slash command to help analyze test failures and suggest debugging steps and fixes. This was inspired by the recent increase of failures in the nightly pipeline.While many failures are already familiar to debug, the command is intended as a lightweight guide, particularly useful when investigating failures in less familiar testing areas or when encountering new or uncommon issues, providing a quicker starting point for debugging.
Changes
Verification steps
To verify the
/debug-testslash command:/debug-testis present in.claude/commands//debug-test, followed by a test failure output