Resolve Failed Test Analyze a failed test, fix the underlying issue, and verify the fix. Variables - : $ARGUMENTS - JSON object from /test command with failed test details Input Format Expects a JSON object from the /test command: Instructions 1. Analyze the Test Failure Review the test result: - test name : Which test category failed - test purpose : What functionality is being validated - error : The specific error message - execution command : How to reproduce Identify the root cause by understanding: - What was expected vs. what happened - Which code path likely failed - Possible causes o…