What problem does it solve? Retrieving test case content from the BITS quality platform (bytest) normally requires manual navigation through the web UI. This Skill lets you programmatically fetch full test case details—including the complete mind map tree with test steps, expected results, and embedded images—using just a case ID or URL. ## Core Features & Use Cases - Test Case Detail Retrieval: Fetch full test case data via the get_case_detail action using test_case_id and product_id. - Mind Map Parsing: Access the nested TestCaseMind JSON tree containing node types for categories, case sets, test steps, and expected results, plus image URLs and priorities. - URL Parameter Extraction: Parse BITS case URLs (e.g., caseDetail/{test_case_id}?projectId={product_id}) to obtain query parameters directly. - Use Case: A QA engineer receives a BITS test case link in a bug report and needs the exact test steps and expected results to reproduce the issue—this Skill retrieves the full structured content and saves it to a session file. ## Quick Start Ask the agent to get the details of BITS test case 3782343 for product 66666866 and show the test steps and expected results.