Get Qodo Rules Skill Description Fetches the most relevant Qodo coding rules for the current coding task. Generates a focused semantic search query from the coding assignment and calls to retrieve only the rules most relevant to the task at hand, ranked by relevance. Skip if "Qodo Rules Loaded" already appears in conversation context. --- Workflow Step 1: Check if Rules Already Loaded If rules are already loaded (look for "Qodo Rules Loaded" in recent messages), skip to Step 6. Step 2: Verify Working in a Git Repository and Detect Repository Scope Check that the current directory is inside a…